Html Css Color HEX #31F9DF Turquoise

📋 copy color: '#31F9DF'

red 49 ◦ green 249 ◦ blue 223

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

Shades of Turquoise #31F9DF

Tints of Turquoise #31F9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 9.4%
G = 47.79%
B = 42.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#31F9DF (or 0x31F9DF) is known color: Turquoise. HEX triplet: 31, F9 and DF. RGB value is (49,249,223). Sum of RGB (Red+Green+Blue) = 49+249+223=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31F9DF is #CE0620. Grayscale: #BABABA. Windows color (decimal): -13501985 or 14678321. OLE color: 14678321.

HSL color Cylindrical-coordinate representation of color #31F9DF: hue angle of 172.2º 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 #31F9DF is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 223 -
CMYK 0.80 0 0.10 0.02
HSL 172.2º 0.94% 0.58% -
HSV(B) 172.2º 0.8% 0.98% -
XYZ 48.46 73.73 81.49 -
YUV 186.24 148.74 30.11 -
System Red Green Blue C M Y K H S L
Decimal 49 249 223 0.80 0 0.10 0.02 172.2 0.94 0.58
Hex 31 F9 DF 50 0 A 2 AC 5E 3A
Octal 61 371 337 120 0 12 2 254 136 72
Binary 110001 11111001 11011111 1010000 0 1010 10 10101100 1011110 111010

Color Harmonies of #31F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F9DF

Black with #31F9DF

Text Example


Text Example

White with #31F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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