Html Css Color HEX #37DFDE Turquoise

📋 copy color: '#37DFDE'

red 55 ◦ green 223 ◦ blue 222

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

Shades of Turquoise #37DFDE

Tints of Turquoise #37DFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 11%
G = 44.6%
B = 44.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#37DFDE (or 0x37DFDE) is known color: Turquoise. HEX triplet: 37, DF and DE. RGB value is (55,223,222). Sum of RGB (Red+Green+Blue) = 55+223+222=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #37DFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DFDE is #C82021. Grayscale: #ACACAC. Windows color (decimal): -13115426 or 14606135. OLE color: 14606135.

HSL color Cylindrical-coordinate representation of color #37DFDE: hue angle of 179.64º 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 #37DFDE is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 223 222 -
CMYK 0.75 0 0.00 0.13
HSL 179.64º 0.72% 0.55% -
HSV(B) 179.64º 0.75% 0.87% -
XYZ 41.15 58.86 78.3 -
YUV 172.65 155.84 44.08 -
System Red Green Blue C M Y K H S L
Decimal 55 223 222 0.75 0 0.00 0.13 179.64 0.72 0.55
Hex 37 DF DE 4B 0 0 D B4 48 37
Octal 67 337 336 113 0 0 15 264 110 67
Binary 110111 11011111 11011110 1001011 0 0 1101 10110100 1001000 110111

Color Harmonies of #37DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DFDE

Black with #37DFDE

Text Example


Text Example

White with #37DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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