Html Css Color HEX #37F9FF Turquoise

📋 copy color: '#37F9FF'

red 55 ◦ green 249 ◦ blue 255

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

Shades of Turquoise #37F9FF

Tints of Turquoise #37F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.54%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 9.84%
G = 44.54%
B = 45.62%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#37F9FF (or 0x37F9FF) is known color: Turquoise. HEX triplet: 37, F9 and FF. RGB value is (55,249,255). Sum of RGB (Red+Green+Blue) = 55+249+255=559 (74% of max value = 765). Red value is 55 (21.88% from 255 or 9.84% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #37F9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F9FF is #C80600. Grayscale: #BFBFBF. Windows color (decimal): -13108737 or 16775479. OLE color: 16775479.

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

Color convert

RGB 55 249 255 -
CMYK 0.78 0.02 0 0
HSL 181.8º 1% 0.61% -
HSV(B) 181.8º 0.78% 1% -
XYZ 53.5 75.78 106.42 -
YUV 191.68 163.73 30.51 -
System Red Green Blue C M Y K H S L
Decimal 55 249 255 0.78 0.02 0 0 181.8 1 0.61
Hex 37 F9 FF 4E 2 0 0 B6 64 3D
Octal 67 371 377 116 2 0 0 266 144 75
Binary 110111 11111001 11111111 1001110 10 0 0 10110110 1100100 111101

Color Harmonies of #37F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F9FF

Black with #37F9FF

Text Example


Text Example

White with #37F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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