Html Css Color HEX #37ECEE Turquoise

📋 copy color: '#37ECEE'

red 55 ◦ green 236 ◦ blue 238

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

Shades of Turquoise #37ECEE

Tints of Turquoise #37ECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.61%

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

R = 10.4%
G = 44.61%
B = 44.99%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#37ECEE (or 0x37ECEE) is known color: Turquoise. HEX triplet: 37, EC and EE. RGB value is (55,236,238). Sum of RGB (Red+Green+Blue) = 55+236+238=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #37ECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37ECEE is #C81311. Grayscale: #B5B5B5. Windows color (decimal): -13112082 or 15658039. OLE color: 15658039.

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

Color convert

RGB 55 236 238 -
CMYK 0.77 0.01 0 0.07
HSL 180.66º 0.84% 0.57% -
HSV(B) 180.66º 0.77% 0.93% -
XYZ 47 66.98 91.34 -
YUV 182.11 159.53 37.34 -
System Red Green Blue C M Y K H S L
Decimal 55 236 238 0.77 0.01 0 0.07 180.66 0.84 0.57
Hex 37 EC EE 4D 1 0 7 B5 54 39
Octal 67 354 356 115 1 0 7 265 124 71
Binary 110111 11101100 11101110 1001101 1 0 111 10110101 1010100 111001

Color Harmonies of #37ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECEE

Black with #37ECEE

Text Example


Text Example

White with #37ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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