Html Css Color HEX #31FADF Turquoise

📋 copy color: '#31FADF'

red 49 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #31FADF

Tints of Turquoise #31FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.89%

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

R = 9.39%
G = 47.89%
B = 42.72%

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

#31FADF (or 0x31FADF) is known color: Turquoise. HEX triplet: 31, FA and DF. RGB value is (49,250,223). Sum of RGB (Red+Green+Blue) = 49+250+223=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #31FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FADF is #CE0520. Grayscale: #BABABA. Windows color (decimal): -13501729 or 14678577. OLE color: 14678577.

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

Color convert

RGB 49 250 223 -
CMYK 0.80 0 0.11 0.02
HSL 171.94º 0.95% 0.59% -
HSV(B) 171.94º 0.8% 0.98% -
XYZ 48.77 74.35 81.59 -
YUV 186.82 148.41 29.7 -
System Red Green Blue C M Y K H S L
Decimal 49 250 223 0.80 0 0.11 0.02 171.94 0.95 0.59
Hex 31 FA DF 50 0 B 2 AC 5F 3B
Octal 61 372 337 120 0 13 2 254 137 73
Binary 110001 11111010 11011111 1010000 0 1011 10 10101100 1011111 111011

Color Harmonies of #31FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FADF

Black with #31FADF

Text Example


Text Example

White with #31FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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