Html Css Color HEX #37E5FD Turquoise

📋 copy color: '#37E5FD'

red 55 ◦ green 229 ◦ blue 253

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

Shades of Turquoise #37E5FD

Tints of Turquoise #37E5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.64%

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 10.24%
G = 42.64%
B = 47.11%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#37E5FD (or 0x37E5FD) is known color: Turquoise. HEX triplet: 37, E5 and FD. RGB value is (55,229,253). Sum of RGB (Red+Green+Blue) = 55+229+253=537 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.24% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #37E5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E5FD is #C81A02. Grayscale: #B3B3B3. Windows color (decimal): -13113859 or 16639287. OLE color: 16639287.

HSL color Cylindrical-coordinate representation of color #37E5FD: hue angle of 187.27º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E5FD is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 229 253 -
CMYK 0.78 0.09 0 0.01
HSL 187.27º 0.98% 0.6% -
HSV(B) 187.27º 0.78% 0.99% -
XYZ 47.32 63.94 102.78 -
YUV 179.71 169.35 39.05 -
System Red Green Blue C M Y K H S L
Decimal 55 229 253 0.78 0.09 0 0.01 187.27 0.98 0.6
Hex 37 E5 FD 4E 9 0 1 BB 62 3C
Octal 67 345 375 116 11 0 1 273 142 74
Binary 110111 11100101 11111101 1001110 1001 0 1 10111011 1100010 111100

Color Harmonies of #37E5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E5FD

Black with #37E5FD

Text Example


Text Example

White with #37E5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,229,253); }

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

background-color css

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

 a { background-color: rgb(55,229,253); }

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

border-color css

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

 span { border-color: rgb(55,229,253); }

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