Html Css Color HEX #37CBCF Medium Turquoise

📋 copy color: '#37CBCF'

red 55 ◦ green 203 ◦ blue 207

#37CBCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #37CBCF

Tints of Medium Turquoise #37CBCF

RGB

 RED value IS 55 (21.88% from 255) = 11.83%

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 11.83%
G = 43.66%
B = 44.52%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37CBCF (or 0x37CBCF) is known color: Medium Turquoise. HEX triplet: 37, CB and CF. RGB value is (55,203,207). Sum of RGB (Red+Green+Blue) = 55+203+207=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #37CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CBCF is #C83430. Grayscale: #9F9F9F. Windows color (decimal): -13120561 or 13617975. OLE color: 13617975.

HSL color Cylindrical-coordinate representation of color #37CBCF: hue angle of 181.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CBCF is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 203 207 -
CMYK 0.73 0.02 0 0.19
HSL 181.58º 0.61% 0.51% -
HSV(B) 181.58º 0.73% 0.81% -
XYZ 34.19 48.03 66.5 -
YUV 159.2 154.97 53.67 -
System Red Green Blue C M Y K H S L
Decimal 55 203 207 0.73 0.02 0 0.19 181.58 0.61 0.51
Hex 37 CB CF 49 2 0 13 B6 3D 33
Octal 67 313 317 111 2 0 23 266 75 63
Binary 110111 11001011 11001111 1001001 10 0 10011 10110110 111101 110011

Color Harmonies of #37CBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CBCF

Black with #37CBCF

Text Example


Text Example

White with #37CBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37CBCF; }

 p { color: rgb(55,203,207); }

 H1.HeaderClassName
 {
   color: #37CBCF;
 }
 .AnyTagClassName
 {
   color: #37CBCF;
 }
</style>

background-color css

<style>
 a { background-color: #37CBCF; }

 a { background-color: rgb(55,203,207); }

 div.DivClassName
 {
   background-color: #37CBCF;
 }
 .BgClassName
 {
   background-color: #37CBCF;
 }
</style>

border-color css

<style>
 span { border-color: #37CBCF; }

 span { border-color: rgb(55,203,207); }

 td.TdClassName
 {
   border-color: #37CBCF;
 }
 .TagClassName
 {
   border-color: #37CBCF;
 }
</style>