Html Css Color HEX #37FDE8 Turquoise

📋 copy color: '#37FDE8'

red 55 ◦ green 253 ◦ blue 232

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

Shades of Turquoise #37FDE8

Tints of Turquoise #37FDE8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.85%

 BLUE value IS 232 (91.02% from 255) = 42.96%

R = 10.19%
G = 46.85%
B = 42.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#37FDE8 (or 0x37FDE8) is known color: Turquoise. HEX triplet: 37, FD and E8. RGB value is (55,253,232). Sum of RGB (Red+Green+Blue) = 55+253+232=540 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.19% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FDE8 is #C80217. Grayscale: #BFBFBF. Windows color (decimal): -13107736 or 15269175. OLE color: 15269175.

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

Color convert

RGB 55 253 232 -
CMYK 0.78 0 0.08 0.01
HSL 173.64º 0.98% 0.6% -
HSV(B) 173.64º 0.78% 0.99% -
XYZ 51.27 76.89 88.48 -
YUV 191.4 150.9 30.71 -
System Red Green Blue C M Y K H S L
Decimal 55 253 232 0.78 0 0.08 0.01 173.64 0.98 0.6
Hex 37 FD E8 4E 0 8 1 AE 62 3C
Octal 67 375 350 116 0 10 1 256 142 74
Binary 110111 11111101 11101000 1001110 0 1000 1 10101110 1100010 111100

Color Harmonies of #37FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FDE8

Black with #37FDE8

Text Example


Text Example

White with #37FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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