Html Css Color HEX #37ECFF Turquoise

📋 copy color: '#37ECFF'

red 55 ◦ green 236 ◦ blue 255

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

Shades of Turquoise #37ECFF

Tints of Turquoise #37ECFF

RGB

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

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

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

R = 10.07%
G = 43.22%
B = 46.7%

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

#37ECFF (or 0x37ECFF) is known color: Turquoise. HEX triplet: 37, EC and FF. RGB value is (55,236,255). Sum of RGB (Red+Green+Blue) = 55+236+255=546 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.07% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #37ECFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37ECFF is #C81300. Grayscale: #B7B7B7. Windows color (decimal): -13112065 or 16772151. OLE color: 16772151.

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

Color convert

RGB 55 236 255 -
CMYK 0.78 0.07 0 0
HSL 185.7º 1% 0.61% -
HSV(B) 185.7º 0.78% 1% -
XYZ 49.62 68.02 105.12 -
YUV 184.05 168.03 35.96 -
System Red Green Blue C M Y K H S L
Decimal 55 236 255 0.78 0.07 0 0 185.7 1 0.61
Hex 37 EC FF 4E 7 0 0 BA 64 3D
Octal 67 354 377 116 7 0 0 272 144 75
Binary 110111 11101100 11111111 1001110 111 0 0 10111010 1100100 111101

Color Harmonies of #37ECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECFF

Black with #37ECFF

Text Example


Text Example

White with #37ECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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