Html Css Color HEX #31F9DD Turquoise

📋 copy color: '#31F9DD'

red 49 ◦ green 249 ◦ blue 221

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

Shades of Turquoise #31F9DD

Tints of Turquoise #31F9DD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.98%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 9.44%
G = 47.98%
B = 42.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#31F9DD (or 0x31F9DD) is known color: Turquoise. HEX triplet: 31, F9 and DD. RGB value is (49,249,221). Sum of RGB (Red+Green+Blue) = 49+249+221=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F9DD is #CE0622. Grayscale: #B9B9B9. Windows color (decimal): -13501987 or 14547249. OLE color: 14547249.

HSL color Cylindrical-coordinate representation of color #31F9DD: hue angle of 171.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F9DD is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 221 -
CMYK 0.80 0 0.11 0.02
HSL 171.6º 0.94% 0.58% -
HSV(B) 171.6º 0.8% 0.98% -
XYZ 48.19 73.62 80.08 -
YUV 186.01 147.74 30.28 -
System Red Green Blue C M Y K H S L
Decimal 49 249 221 0.80 0 0.11 0.02 171.6 0.94 0.58
Hex 31 F9 DD 50 0 B 2 AC 5E 3A
Octal 61 371 335 120 0 13 2 254 136 72
Binary 110001 11111001 11011101 1010000 0 1011 10 10101100 1011110 111010

Color Harmonies of #31F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F9DD

Black with #31F9DD

Text Example


Text Example

White with #31F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,249,221); }

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

background-color css

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

 a { background-color: rgb(49,249,221); }

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

border-color css

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

 span { border-color: rgb(49,249,221); }

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