Html Css Color HEX #37EFFE Turquoise

📋 copy color: '#37EFFE'

red 55 ◦ green 239 ◦ blue 254

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

Shades of Turquoise #37EFFE

Tints of Turquoise #37EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.61%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 10.04%
G = 43.61%
B = 46.35%

CMYK

 C value IS 0.78

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#37EFFE (or 0x37EFFE) is known color: Turquoise. HEX triplet: 37, EF and FE. RGB value is (55,239,254). Sum of RGB (Red+Green+Blue) = 55+239+254=548 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.04% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #37EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFFE is #C81001. Grayscale: #B9B9B9. Windows color (decimal): -13111298 or 16707383. OLE color: 16707383.

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

Color convert

RGB 55 239 254 -
CMYK 0.78 0.06 0 0.00
HSL 184.52º 0.99% 0.61% -
HSV(B) 184.52º 0.78% 1% -
XYZ 50.33 69.7 104.57 -
YUV 185.69 166.54 34.78 -
System Red Green Blue C M Y K H S L
Decimal 55 239 254 0.78 0.06 0 0.00 184.52 0.99 0.61
Hex 37 EF FE 4E 6 0 0 B9 63 3D
Octal 67 357 376 116 6 0 0 271 143 75
Binary 110111 11101111 11111110 1001110 110 0 0 10111001 1100011 111101

Color Harmonies of #37EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFFE

Black with #37EFFE

Text Example


Text Example

White with #37EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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