Html Css Color HEX #31FCD4 Turquoise

📋 copy color: '#31FCD4'

red 49 ◦ green 252 ◦ blue 212

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

Shades of Turquoise #31FCD4

Tints of Turquoise #31FCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.33%

R = 9.55%
G = 49.12%
B = 41.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#31FCD4 (or 0x31FCD4) is known color: Turquoise. HEX triplet: 31, FC and D4. RGB value is (49,252,212). Sum of RGB (Red+Green+Blue) = 49+252+212=513 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.55% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCD4 is #CE032B. Grayscale: #BABABA. Windows color (decimal): -13501228 or 13958193. OLE color: 13958193.

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

Color convert

RGB 49 252 212 -
CMYK 0.81 0 0.16 0.01
HSL 168.18º 0.97% 0.59% -
HSV(B) 168.18º 0.81% 0.99% -
XYZ 47.96 75.03 74.24 -
YUV 186.74 142.25 29.75 -
System Red Green Blue C M Y K H S L
Decimal 49 252 212 0.81 0 0.16 0.01 168.18 0.97 0.59
Hex 31 FC D4 51 0 10 1 A8 61 3B
Octal 61 374 324 121 0 20 1 250 141 73
Binary 110001 11111100 11010100 1010001 0 10000 1 10101000 1100001 111011

Color Harmonies of #31FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCD4

Black with #31FCD4

Text Example


Text Example

White with #31FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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