Html Css Color HEX #31F2E6 Turquoise

📋 copy color: '#31F2E6'

red 49 ◦ green 242 ◦ blue 230

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

Shades of Turquoise #31F2E6

Tints of Turquoise #31F2E6

RGB

 RED value IS 49 (19.53% from 255) = 9.4%

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

 BLUE value IS 230 (90.23% from 255) = 44.15%

R = 9.4%
G = 46.45%
B = 44.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#31F2E6 (or 0x31F2E6) is known color: Turquoise. HEX triplet: 31, F2 and E6. RGB value is (49,242,230). Sum of RGB (Red+Green+Blue) = 49+242+230=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #31F2E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F2E6 is #CE0D19. Grayscale: #B6B6B6. Windows color (decimal): -13503770 or 15135281. OLE color: 15135281.

HSL color Cylindrical-coordinate representation of color #31F2E6: hue angle of 176.27º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F2E6 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 242 230 -
CMYK 0.80 0 0.05 0.05
HSL 176.27º 0.88% 0.57% -
HSV(B) 176.27º 0.8% 0.95% -
XYZ 47.3 69.87 85.86 -
YUV 182.93 154.56 32.48 -
System Red Green Blue C M Y K H S L
Decimal 49 242 230 0.80 0 0.05 0.05 176.27 0.88 0.57
Hex 31 F2 E6 50 0 5 5 B0 58 39
Octal 61 362 346 120 0 5 5 260 130 71
Binary 110001 11110010 11100110 1010000 0 101 101 10110000 1011000 111001

Color Harmonies of #31F2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F2E6

Black with #31F2E6

Text Example


Text Example

White with #31F2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31F2E6; }

 p { color: rgb(49,242,230); }

 H1.HeaderClassName
 {
   color: #31F2E6;
 }
 .AnyTagClassName
 {
   color: #31F2E6;
 }
</style>

background-color css

<style>
 a { background-color: #31F2E6; }

 a { background-color: rgb(49,242,230); }

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

border-color css

<style>
 span { border-color: #31F2E6; }

 span { border-color: rgb(49,242,230); }

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