Html Css Color HEX #37DEEE Turquoise

📋 copy color: '#37DEEE'

red 55 ◦ green 222 ◦ blue 238

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

Shades of Turquoise #37DEEE

Tints of Turquoise #37DEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.11%

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

R = 10.68%
G = 43.11%
B = 46.21%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#37DEEE (or 0x37DEEE) is known color: Turquoise. HEX triplet: 37, DE and EE. RGB value is (55,222,238). Sum of RGB (Red+Green+Blue) = 55+222+238=515 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.68% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #37DEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DEEE is #C82111. Grayscale: #ADADAD. Windows color (decimal): -13115666 or 15654455. OLE color: 15654455.

HSL color Cylindrical-coordinate representation of color #37DEEE: hue angle of 185.25º 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 #37DEEE is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 222 238 -
CMYK 0.77 0.07 0 0.07
HSL 185.25º 0.84% 0.57% -
HSV(B) 185.25º 0.77% 0.93% -
XYZ 43.13 59.23 90.05 -
YUV 173.89 164.17 43.2 -
System Red Green Blue C M Y K H S L
Decimal 55 222 238 0.77 0.07 0 0.07 185.25 0.84 0.57
Hex 37 DE EE 4D 7 0 7 B9 54 39
Octal 67 336 356 115 7 0 7 271 124 71
Binary 110111 11011110 11101110 1001101 111 0 111 10111001 1010100 111001

Color Harmonies of #37DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DEEE

Black with #37DEEE

Text Example


Text Example

White with #37DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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