Html Css Color HEX #37DBEE Turquoise

📋 copy color: '#37DBEE'

red 55 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #37DBEE

Tints of Turquoise #37DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 238 (93.36% from 255) = 46.48%

R = 10.74%
G = 42.77%
B = 46.48%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#37DBEE (or 0x37DBEE) is known color: Turquoise. HEX triplet: 37, DB and EE. RGB value is (55,219,238). Sum of RGB (Red+Green+Blue) = 55+219+238=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #37DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DBEE is #C82411. Grayscale: #ABABAB. Windows color (decimal): -13116434 or 15653687. OLE color: 15653687.

HSL color Cylindrical-coordinate representation of color #37DBEE: hue angle of 186.23º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DBEE is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 219 238 -
CMYK 0.77 0.08 0 0.07
HSL 186.23º 0.84% 0.57% -
HSV(B) 186.23º 0.77% 0.93% -
XYZ 42.34 57.65 89.78 -
YUV 172.13 165.17 44.46 -
System Red Green Blue C M Y K H S L
Decimal 55 219 238 0.77 0.08 0 0.07 186.23 0.84 0.57
Hex 37 DB EE 4D 8 0 7 BA 54 39
Octal 67 333 356 115 10 0 7 272 124 71
Binary 110111 11011011 11101110 1001101 1000 0 111 10111010 1010100 111001

Color Harmonies of #37DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DBEE

Black with #37DBEE

Text Example


Text Example

White with #37DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,219,238); }

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

background-color css

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

 a { background-color: rgb(55,219,238); }

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

border-color css

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

 span { border-color: rgb(55,219,238); }

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