Html Css Color HEX #37DFCB Turquoise

📋 copy color: '#37DFCB'

red 55 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #37DFCB

Tints of Turquoise #37DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.36%

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 11.43%
G = 46.36%
B = 42.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#37DFCB (or 0x37DFCB) is known color: Turquoise. HEX triplet: 37, DF and CB. RGB value is (55,223,203). Sum of RGB (Red+Green+Blue) = 55+223+203=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFCB is #C82034. Grayscale: #AAAAAA. Windows color (decimal): -13115445 or 13360951. OLE color: 13360951.

HSL color Cylindrical-coordinate representation of color #37DFCB: hue angle of 172.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DFCB is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 223 203 -
CMYK 0.75 0 0.09 0.13
HSL 172.86º 0.72% 0.55% -
HSV(B) 172.86º 0.75% 0.87% -
XYZ 38.74 57.9 65.63 -
YUV 170.49 146.34 45.63 -
System Red Green Blue C M Y K H S L
Decimal 55 223 203 0.75 0 0.09 0.13 172.86 0.72 0.55
Hex 37 DF CB 4B 0 9 D AD 48 37
Octal 67 337 313 113 0 11 15 255 110 67
Binary 110111 11011111 11001011 1001011 0 1001 1101 10101101 1001000 110111

Color Harmonies of #37DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFCB

Black with #37DFCB

Text Example


Text Example

White with #37DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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