Html Css Color HEX #37D5D6 Turquoise

📋 copy color: '#37D5D6'

red 55 ◦ green 213 ◦ blue 214

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

Shades of Turquoise #37D5D6

Tints of Turquoise #37D5D6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.19%

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 11.41%
G = 44.19%
B = 44.4%

CMYK

 C value IS 0.74

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#37D5D6 (or 0x37D5D6) is known color: Turquoise. HEX triplet: 37, D5 and D6. RGB value is (55,213,214). Sum of RGB (Red+Green+Blue) = 55+213+214=482 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.41% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #37D5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D5D6 is #C82A29. Grayscale: #A5A5A5. Windows color (decimal): -13117994 or 14079287. OLE color: 14079287.

HSL color Cylindrical-coordinate representation of color #37D5D6: hue angle of 180.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D5D6 is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 213 214 -
CMYK 0.74 0.00 0 0.16
HSL 180.38º 0.66% 0.53% -
HSV(B) 180.38º 0.74% 0.84% -
XYZ 37.51 53.26 71.92 -
YUV 165.87 155.15 48.92 -
System Red Green Blue C M Y K H S L
Decimal 55 213 214 0.74 0.00 0 0.16 180.38 0.66 0.53
Hex 37 D5 D6 4A 0 0 10 B4 42 35
Octal 67 325 326 112 0 0 20 264 102 65
Binary 110111 11010101 11010110 1001010 0 0 10000 10110100 1000010 110101

Color Harmonies of #37D5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D5D6

Black with #37D5D6

Text Example


Text Example

White with #37D5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,213,214); }

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

background-color css

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

 a { background-color: rgb(55,213,214); }

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

border-color css

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

 span { border-color: rgb(55,213,214); }

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