Html Css Color HEX #37FDF2 Turquoise

📋 copy color: '#37FDF2'

red 55 ◦ green 253 ◦ blue 242

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

Shades of Turquoise #37FDF2

Tints of Turquoise #37FDF2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

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

R = 10%
G = 46%
B = 44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#37FDF2 (or 0x37FDF2) is known color: Turquoise. HEX triplet: 37, FD and F2. RGB value is (55,253,242). Sum of RGB (Red+Green+Blue) = 55+253+242=550 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FDF2 is #C8020D. Grayscale: #C0C0C0. Windows color (decimal): -13107726 or 15924535. OLE color: 15924535.

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

Color convert

RGB 55 253 242 -
CMYK 0.78 0 0.04 0.01
HSL 176.67º 0.98% 0.6% -
HSV(B) 176.67º 0.78% 0.99% -
XYZ 52.73 77.47 96.18 -
YUV 192.54 155.9 29.89 -
System Red Green Blue C M Y K H S L
Decimal 55 253 242 0.78 0 0.04 0.01 176.67 0.98 0.6
Hex 37 FD F2 4E 0 4 1 B1 62 3C
Octal 67 375 362 116 0 4 1 261 142 74
Binary 110111 11111101 11110010 1001110 0 100 1 10110001 1100010 111100

Color Harmonies of #37FDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FDF2

Black with #37FDF2

Text Example


Text Example

White with #37FDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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