Html Css Color HEX #31FCE6 Turquoise

📋 copy color: '#31FCE6'

red 49 ◦ green 252 ◦ blue 230

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

Shades of Turquoise #31FCE6

Tints of Turquoise #31FCE6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.46%

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

R = 9.23%
G = 47.46%
B = 43.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#31FCE6 (or 0x31FCE6) is known color: Turquoise. HEX triplet: 31, FC and E6. RGB value is (49,252,230). Sum of RGB (Red+Green+Blue) = 49+252+230=531 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.23% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FCE6 is #CE0319. Grayscale: #BCBCBC. Windows color (decimal): -13501210 or 15137841. OLE color: 15137841.

HSL color Cylindrical-coordinate representation of color #31FCE6: hue angle of 173.5º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FCE6 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 230 -
CMYK 0.81 0 0.09 0.01
HSL 173.5º 0.97% 0.59% -
HSV(B) 173.5º 0.81% 0.99% -
XYZ 50.36 75.99 86.88 -
YUV 188.8 151.25 28.29 -
System Red Green Blue C M Y K H S L
Decimal 49 252 230 0.81 0 0.09 0.01 173.5 0.97 0.59
Hex 31 FC E6 51 0 9 1 AD 61 3B
Octal 61 374 346 121 0 11 1 255 141 73
Binary 110001 11111100 11100110 1010001 0 1001 1 10101101 1100001 111011

Color Harmonies of #31FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCE6

Black with #31FCE6

Text Example


Text Example

White with #31FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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