Html Css Color HEX #31DEF1 Turquoise

📋 copy color: '#31DEF1'

red 49 ◦ green 222 ◦ blue 241

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

Shades of Turquoise #31DEF1

Tints of Turquoise #31DEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 9.57%
G = 43.36%
B = 47.07%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#31DEF1 (or 0x31DEF1) is known color: Turquoise. HEX triplet: 31, DE and F1. RGB value is (49,222,241). Sum of RGB (Red+Green+Blue) = 49+222+241=512 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.57% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #31DEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEF1 is #CE210E. Grayscale: #ACACAC. Windows color (decimal): -13508879 or 15851057. OLE color: 15851057.

HSL color Cylindrical-coordinate representation of color #31DEF1: hue angle of 185.94º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DEF1 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 222 241 -
CMYK 0.80 0.08 0 0.05
HSL 185.94º 0.87% 0.57% -
HSV(B) 185.94º 0.8% 0.95% -
XYZ 43.27 59.25 92.37 -
YUV 172.44 166.69 39.96 -
System Red Green Blue C M Y K H S L
Decimal 49 222 241 0.80 0.08 0 0.05 185.94 0.87 0.57
Hex 31 DE F1 50 8 0 5 BA 57 39
Octal 61 336 361 120 10 0 5 272 127 71
Binary 110001 11011110 11110001 1010000 1000 0 101 10111010 1010111 111001

Color Harmonies of #31DEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEF1

Black with #31DEF1

Text Example


Text Example

White with #31DEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,222,241); }

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

background-color css

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

 a { background-color: rgb(49,222,241); }

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

border-color css

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

 span { border-color: rgb(49,222,241); }

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