Html Css Color HEX #37E2FD Turquoise

📋 copy color: '#37E2FD'

red 55 ◦ green 226 ◦ blue 253

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

Shades of Turquoise #37E2FD

Tints of Turquoise #37E2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

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

R = 10.3%
G = 42.32%
B = 47.38%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#37E2FD (or 0x37E2FD) is known color: Turquoise. HEX triplet: 37, E2 and FD. RGB value is (55,226,253). Sum of RGB (Red+Green+Blue) = 55+226+253=534 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.30% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #37E2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E2FD is #C81D02. Grayscale: #B1B1B1. Windows color (decimal): -13114627 or 16638519. OLE color: 16638519.

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

Color convert

RGB 55 226 253 -
CMYK 0.78 0.11 0 0.01
HSL 188.18º 0.98% 0.6% -
HSV(B) 188.18º 0.78% 0.99% -
XYZ 46.5 62.3 102.5 -
YUV 177.95 170.35 40.3 -
System Red Green Blue C M Y K H S L
Decimal 55 226 253 0.78 0.11 0 0.01 188.18 0.98 0.6
Hex 37 E2 FD 4E B 0 1 BC 62 3C
Octal 67 342 375 116 13 0 1 274 142 74
Binary 110111 11100010 11111101 1001110 1011 0 1 10111100 1100010 111100

Color Harmonies of #37E2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E2FD

Black with #37E2FD

Text Example


Text Example

White with #37E2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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