Html Css Color HEX #37D8CB Turquoise

📋 copy color: '#37D8CB'

red 55 ◦ green 216 ◦ blue 203

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

Shades of Turquoise #37D8CB

Tints of Turquoise #37D8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.57%

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

R = 11.6%
G = 45.57%
B = 42.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#37D8CB (or 0x37D8CB) is known color: Turquoise. HEX triplet: 37, D8 and CB. RGB value is (55,216,203). Sum of RGB (Red+Green+Blue) = 55+216+203=474 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.60% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #37D8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D8CB is #C82734. Grayscale: #A6A6A6. Windows color (decimal): -13117237 or 13359159. OLE color: 13359159.

HSL color Cylindrical-coordinate representation of color #37D8CB: hue angle of 175.16º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D8CB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 216 203 -
CMYK 0.75 0 0.06 0.15
HSL 175.16º 0.67% 0.53% -
HSV(B) 175.16º 0.75% 0.85% -
XYZ 36.91 54.24 65.02 -
YUV 166.38 148.66 48.56 -
System Red Green Blue C M Y K H S L
Decimal 55 216 203 0.75 0 0.06 0.15 175.16 0.67 0.53
Hex 37 D8 CB 4B 0 6 F AF 43 35
Octal 67 330 313 113 0 6 17 257 103 65
Binary 110111 11011000 11001011 1001011 0 110 1111 10101111 1000011 110101

Color Harmonies of #37D8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D8CB

Black with #37D8CB

Text Example


Text Example

White with #37D8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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