Html Css Color HEX #31EEF3 Turquoise

📋 copy color: '#31EEF3'

red 49 ◦ green 238 ◦ blue 243

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

Shades of Turquoise #31EEF3

Tints of Turquoise #31EEF3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.91%

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

R = 9.25%
G = 44.91%
B = 45.85%

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

#31EEF3 (or 0x31EEF3) is known color: Turquoise. HEX triplet: 31, EE and F3. RGB value is (49,238,243). Sum of RGB (Red+Green+Blue) = 49+238+243=530 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.25% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #31EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EEF3 is #CE110C. Grayscale: #B5B5B5. Windows color (decimal): -13504781 or 15986225. OLE color: 15986225.

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

Color convert

RGB 49 238 243 -
CMYK 0.80 0.02 0 0.05
HSL 181.55º 0.89% 0.57% -
HSV(B) 181.55º 0.8% 0.95% -
XYZ 48.02 68.27 95.44 -
YUV 182.06 162.38 33.09 -
System Red Green Blue C M Y K H S L
Decimal 49 238 243 0.80 0.02 0 0.05 181.55 0.89 0.57
Hex 31 EE F3 50 2 0 5 B6 59 39
Octal 61 356 363 120 2 0 5 266 131 71
Binary 110001 11101110 11110011 1010000 10 0 101 10110110 1011001 111001

Color Harmonies of #31EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EEF3

Black with #31EEF3

Text Example


Text Example

White with #31EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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