Html Css Color HEX #31E6FF Turquoise

📋 copy color: '#31E6FF'

red 49 ◦ green 230 ◦ blue 255

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

Shades of Turquoise #31E6FF

Tints of Turquoise #31E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.07%

 BLUE value IS 255 (100% from 255) = 47.75%

R = 9.18%
G = 43.07%
B = 47.75%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#31E6FF (or 0x31E6FF) is known color: Turquoise. HEX triplet: 31, E6 and FF. RGB value is (49,230,255). Sum of RGB (Red+Green+Blue) = 49+230+255=534 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.18% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #31E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31E6FF is #CE1900. Grayscale: #B2B2B2. Windows color (decimal): -13506817 or 16770609. OLE color: 16770609.

HSL color Cylindrical-coordinate representation of color #31E6FF: hue angle of 187.28º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31E6FF is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 49 230 255 -
CMYK 0.81 0.10 0 0
HSL 187.28º 1% 0.6% -
HSV(B) 187.28º 0.81% 1% -
XYZ 47.61 64.47 104.54 -
YUV 178.73 171.03 35.47 -
System Red Green Blue C M Y K H S L
Decimal 49 230 255 0.81 0.10 0 0 187.28 1 0.6
Hex 31 E6 FF 51 A 0 0 BB 64 3C
Octal 61 346 377 121 12 0 0 273 144 74
Binary 110001 11100110 11111111 1010001 1010 0 0 10111011 1100100 111100

Color Harmonies of #31E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E6FF

Black with #31E6FF

Text Example


Text Example

White with #31E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,230,255); }

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

background-color css

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

 a { background-color: rgb(49,230,255); }

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

border-color css

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

 span { border-color: rgb(49,230,255); }

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