Html Css Color HEX #37EEFF Turquoise

📋 copy color: '#37EEFF'

red 55 ◦ green 238 ◦ blue 255

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

Shades of Turquoise #37EEFF

Tints of Turquoise #37EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.43%

 BLUE value IS 255 (100% from 255) = 46.53%

R = 10.04%
G = 43.43%
B = 46.53%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#37EEFF (or 0x37EEFF) is known color: Turquoise. HEX triplet: 37, EE and FF. RGB value is (55,238,255). Sum of RGB (Red+Green+Blue) = 55+238+255=548 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.04% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #37EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EEFF is #C81100. Grayscale: #B8B8B8. Windows color (decimal): -13111553 or 16772663. OLE color: 16772663.

HSL color Cylindrical-coordinate representation of color #37EEFF: hue angle of 185.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37EEFF is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 238 255 -
CMYK 0.78 0.07 0 0
HSL 185.1º 1% 0.61% -
HSV(B) 185.1º 0.78% 1% -
XYZ 50.2 69.18 105.32 -
YUV 185.22 167.37 35.12 -
System Red Green Blue C M Y K H S L
Decimal 55 238 255 0.78 0.07 0 0 185.1 1 0.61
Hex 37 EE FF 4E 7 0 0 B9 64 3D
Octal 67 356 377 116 7 0 0 271 144 75
Binary 110111 11101110 11111111 1001110 111 0 0 10111001 1100100 111101

Color Harmonies of #37EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEFF

Black with #37EEFF

Text Example


Text Example

White with #37EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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