Html Css Color HEX #37E2FA Turquoise

📋 copy color: '#37E2FA'

red 55 ◦ green 226 ◦ blue 250

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

Shades of Turquoise #37E2FA

Tints of Turquoise #37E2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.08%

R = 10.36%
G = 42.56%
B = 47.08%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#37E2FA (or 0x37E2FA) is known color: Turquoise. HEX triplet: 37, E2 and FA. RGB value is (55,226,250). Sum of RGB (Red+Green+Blue) = 55+226+250=531 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.36% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #37E2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37E2FA is #C81D05. Grayscale: #B1B1B1. Windows color (decimal): -13114630 or 16441911. OLE color: 16441911.

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

Color convert

RGB 55 226 250 -
CMYK 0.78 0.10 0 0.02
HSL 187.38º 0.95% 0.6% -
HSV(B) 187.38º 0.78% 0.98% -
XYZ 46.03 62.11 100 -
YUV 177.61 168.85 40.55 -
System Red Green Blue C M Y K H S L
Decimal 55 226 250 0.78 0.10 0 0.02 187.38 0.95 0.6
Hex 37 E2 FA 4E A 0 2 BB 5F 3C
Octal 67 342 372 116 12 0 2 273 137 74
Binary 110111 11100010 11111010 1001110 1010 0 10 10111011 1011111 111100

Color Harmonies of #37E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E2FA

Black with #37E2FA

Text Example


Text Example

White with #37E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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