Html Css Color HEX #31EFF6 Turquoise

📋 copy color: '#31EFF6'

red 49 ◦ green 239 ◦ blue 246

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

Shades of Turquoise #31EFF6

Tints of Turquoise #31EFF6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.76%

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 9.18%
G = 44.76%
B = 46.07%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#31EFF6 (or 0x31EFF6) is known color: Turquoise. HEX triplet: 31, EF and F6. RGB value is (49,239,246). Sum of RGB (Red+Green+Blue) = 49+239+246=534 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.18% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #31EFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EFF6 is #CE1009. Grayscale: #B6B6B6. Windows color (decimal): -13504522 or 16183089. OLE color: 16183089.

HSL color Cylindrical-coordinate representation of color #31EFF6: hue angle of 182.13º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31EFF6 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 239 246 -
CMYK 0.80 0.03 0 0.04
HSL 182.13º 0.92% 0.58% -
HSV(B) 182.13º 0.8% 0.96% -
XYZ 48.77 69.04 97.94 -
YUV 182.99 163.55 32.43 -
System Red Green Blue C M Y K H S L
Decimal 49 239 246 0.80 0.03 0 0.04 182.13 0.92 0.58
Hex 31 EF F6 50 3 0 4 B6 5C 3A
Octal 61 357 366 120 3 0 4 266 134 72
Binary 110001 11101111 11110110 1010000 11 0 100 10110110 1011100 111010

Color Harmonies of #31EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFF6

Black with #31EFF6

Text Example


Text Example

White with #31EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,239,246); }

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

background-color css

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

 a { background-color: rgb(49,239,246); }

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

border-color css

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

 span { border-color: rgb(49,239,246); }

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