Html Css Color HEX #37DEE7 Turquoise

📋 copy color: '#37DEE7'

red 55 ◦ green 222 ◦ blue 231

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

Shades of Turquoise #37DEE7

Tints of Turquoise #37DEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.47%

R = 10.83%
G = 43.7%
B = 45.47%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#37DEE7 (or 0x37DEE7) is known color: Turquoise. HEX triplet: 37, DE and E7. RGB value is (55,222,231). Sum of RGB (Red+Green+Blue) = 55+222+231=508 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.83% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #37DEE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DEE7 is #C82118. Grayscale: #ACACAC. Windows color (decimal): -13115673 or 15195703. OLE color: 15195703.

HSL color Cylindrical-coordinate representation of color #37DEE7: hue angle of 183.07º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37DEE7 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 55 222 231 -
CMYK 0.76 0.04 0 0.09
HSL 183.07º 0.79% 0.56% -
HSV(B) 183.07º 0.76% 0.91% -
XYZ 42.12 58.82 84.74 -
YUV 173.09 160.67 43.77 -
System Red Green Blue C M Y K H S L
Decimal 55 222 231 0.76 0.04 0 0.09 183.07 0.79 0.56
Hex 37 DE E7 4C 4 0 9 B7 4F 38
Octal 67 336 347 114 4 0 11 267 117 70
Binary 110111 11011110 11100111 1001100 100 0 1001 10110111 1001111 111000

Color Harmonies of #37DEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DEE7

Black with #37DEE7

Text Example


Text Example

White with #37DEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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