Html Css Color HEX #37DAEF Turquoise

📋 copy color: '#37DAEF'

red 55 ◦ green 218 ◦ blue 239

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

Shades of Turquoise #37DAEF

Tints of Turquoise #37DAEF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 10.74%
G = 42.58%
B = 46.68%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#37DAEF (or 0x37DAEF) is known color: Turquoise. HEX triplet: 37, DA and EF. RGB value is (55,218,239). Sum of RGB (Red+Green+Blue) = 55+218+239=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #37DAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DAEF is #C82510. Grayscale: #ABABAB. Windows color (decimal): -13116689 or 15718967. OLE color: 15718967.

HSL color Cylindrical-coordinate representation of color #37DAEF: hue angle of 186.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DAEF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 218 239 -
CMYK 0.77 0.09 0 0.06
HSL 186.85º 0.85% 0.58% -
HSV(B) 186.85º 0.77% 0.94% -
XYZ 42.23 57.19 90.47 -
YUV 171.66 166 44.79 -
System Red Green Blue C M Y K H S L
Decimal 55 218 239 0.77 0.09 0 0.06 186.85 0.85 0.58
Hex 37 DA EF 4D 9 0 6 BB 55 3A
Octal 67 332 357 115 11 0 6 273 125 72
Binary 110111 11011010 11101111 1001101 1001 0 110 10111011 1010101 111010

Color Harmonies of #37DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DAEF

Black with #37DAEF

Text Example


Text Example

White with #37DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,218,239); }

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

background-color css

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

 a { background-color: rgb(55,218,239); }

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

border-color css

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

 span { border-color: rgb(55,218,239); }

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