Html Css Color HEX #37FAF2 Turquoise

📋 copy color: '#37FAF2'

red 55 ◦ green 250 ◦ blue 242

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

Shades of Turquoise #37FAF2

Tints of Turquoise #37FAF2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.7%

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 10.05%
G = 45.7%
B = 44.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#37FAF2 (or 0x37FAF2) is known color: Turquoise. HEX triplet: 37, FA and F2. RGB value is (55,250,242). Sum of RGB (Red+Green+Blue) = 55+250+242=547 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.05% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #37FAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FAF2 is #C8050D. Grayscale: #BEBEBE. Windows color (decimal): -13108494 or 15923767. OLE color: 15923767.

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

Color convert

RGB 55 250 242 -
CMYK 0.78 0 0.03 0.02
HSL 177.54º 0.95% 0.6% -
HSV(B) 177.54º 0.78% 0.98% -
XYZ 51.79 75.59 95.87 -
YUV 190.78 156.9 31.15 -
System Red Green Blue C M Y K H S L
Decimal 55 250 242 0.78 0 0.03 0.02 177.54 0.95 0.6
Hex 37 FA F2 4E 0 3 2 B2 5F 3C
Octal 67 372 362 116 0 3 2 262 137 74
Binary 110111 11111010 11110010 1001110 0 11 10 10110010 1011111 111100

Color Harmonies of #37FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FAF2

Black with #37FAF2

Text Example


Text Example

White with #37FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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