Html Css Color HEX #37F2F9 Turquoise

📋 copy color: '#37F2F9'

red 55 ◦ green 242 ◦ blue 249

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

Shades of Turquoise #37F2F9

Tints of Turquoise #37F2F9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 10.07%
G = 44.32%
B = 45.6%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#37F2F9 (or 0x37F2F9) is known color: Turquoise. HEX triplet: 37, F2 and F9. RGB value is (55,242,249). Sum of RGB (Red+Green+Blue) = 55+242+249=546 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.07% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #37F2F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F2F9 is #C80D06. Grayscale: #BABABA. Windows color (decimal): -13110535 or 16380471. OLE color: 16380471.

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

Color convert

RGB 55 242 249 -
CMYK 0.78 0.03 0 0.02
HSL 182.16º 0.94% 0.6% -
HSV(B) 182.16º 0.78% 0.98% -
XYZ 50.43 71.16 100.7 -
YUV 186.89 163.05 33.93 -
System Red Green Blue C M Y K H S L
Decimal 55 242 249 0.78 0.03 0 0.02 182.16 0.94 0.6
Hex 37 F2 F9 4E 3 0 2 B6 5E 3C
Octal 67 362 371 116 3 0 2 266 136 74
Binary 110111 11110010 11111001 1001110 11 0 10 10110110 1011110 111100

Color Harmonies of #37F2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F2F9

Black with #37F2F9

Text Example


Text Example

White with #37F2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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