Html Css Color HEX #31EFF3 Turquoise

📋 copy color: '#31EFF3'

red 49 ◦ green 239 ◦ blue 243

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

Shades of Turquoise #31EFF3

Tints of Turquoise #31EFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.76%

R = 9.23%
G = 45.01%
B = 45.76%

CMYK

 C value IS 0.80

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#31EFF3 (or 0x31EFF3) is known color: Turquoise. HEX triplet: 31, EF and F3. RGB value is (49,239,243). Sum of RGB (Red+Green+Blue) = 49+239+243=531 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.23% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #31EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EFF3 is #CE100C. Grayscale: #B6B6B6. Windows color (decimal): -13504525 or 15986481. OLE color: 15986481.

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

Color convert

RGB 49 239 243 -
CMYK 0.80 0.02 0 0.05
HSL 181.24º 0.89% 0.57% -
HSV(B) 181.24º 0.8% 0.95% -
XYZ 48.31 68.86 95.54 -
YUV 182.65 162.05 32.67 -
System Red Green Blue C M Y K H S L
Decimal 49 239 243 0.80 0.02 0 0.05 181.24 0.89 0.57
Hex 31 EF F3 50 2 0 5 B5 59 39
Octal 61 357 363 120 2 0 5 265 131 71
Binary 110001 11101111 11110011 1010000 10 0 101 10110101 1011001 111001

Color Harmonies of #31EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFF3

Black with #31EFF3

Text Example


Text Example

White with #31EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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