Html Css Color HEX #37EBFF Turquoise

📋 copy color: '#37EBFF'

red 55 ◦ green 235 ◦ blue 255

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

Shades of Turquoise #37EBFF

Tints of Turquoise #37EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

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

R = 10.09%
G = 43.12%
B = 46.79%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#37EBFF (or 0x37EBFF) is known color: Turquoise. HEX triplet: 37, EB and FF. RGB value is (55,235,255). Sum of RGB (Red+Green+Blue) = 55+235+255=545 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.09% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #37EBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EBFF is #C81400. Grayscale: #B7B7B7. Windows color (decimal): -13112321 or 16771895. OLE color: 16771895.

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

Color convert

RGB 55 235 255 -
CMYK 0.78 0.08 0 0
HSL 186º 1% 0.61% -
HSV(B) 186º 0.78% 1% -
XYZ 49.33 67.45 105.03 -
YUV 183.46 168.37 36.37 -
System Red Green Blue C M Y K H S L
Decimal 55 235 255 0.78 0.08 0 0 186 1 0.61
Hex 37 EB FF 4E 8 0 0 BA 64 3D
Octal 67 353 377 116 10 0 0 272 144 75
Binary 110111 11101011 11111111 1001110 1000 0 0 10111010 1100100 111101

Color Harmonies of #37EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBFF

Black with #37EBFF

Text Example


Text Example

White with #37EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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