Html Css Color HEX #31FDCE Turquoise

📋 copy color: '#31FDCE'

red 49 ◦ green 253 ◦ blue 206

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

Shades of Turquoise #31FDCE

Tints of Turquoise #31FDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 9.65%
G = 49.8%
B = 40.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#31FDCE (or 0x31FDCE) is known color: Turquoise. HEX triplet: 31, FD and CE. RGB value is (49,253,206). Sum of RGB (Red+Green+Blue) = 49+253+206=508 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.65% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDCE is #CE0231. Grayscale: #BABABA. Windows color (decimal): -13500978 or 13565233. OLE color: 13565233.

HSL color Cylindrical-coordinate representation of color #31FDCE: hue angle of 166.18º degrees, saturation: 0.98, 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 #31FDCE is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 253 206 -
CMYK 0.81 0 0.19 0.01
HSL 166.18º 0.98% 0.59% -
HSV(B) 166.18º 0.81% 0.99% -
XYZ 47.53 75.36 70.43 -
YUV 186.65 138.91 29.82 -
System Red Green Blue C M Y K H S L
Decimal 49 253 206 0.81 0 0.19 0.01 166.18 0.98 0.59
Hex 31 FD CE 51 0 13 1 A6 62 3B
Octal 61 375 316 121 0 23 1 246 142 73
Binary 110001 11111101 11001110 1010001 0 10011 1 10100110 1100010 111011

Color Harmonies of #31FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FDCE

Black with #31FDCE

Text Example


Text Example

White with #31FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,253,206); }

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

background-color css

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

 a { background-color: rgb(49,253,206); }

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

border-color css

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

 span { border-color: rgb(49,253,206); }

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