Html Css Color HEX #31EBF2 Turquoise

📋 copy color: '#31EBF2'

red 49 ◦ green 235 ◦ blue 242

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

Shades of Turquoise #31EBF2

Tints of Turquoise #31EBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.68%

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 9.32%
G = 44.68%
B = 46.01%

CMYK

 C value IS 0.80

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#31EBF2 (or 0x31EBF2) is known color: Turquoise. HEX triplet: 31, EB and F2. RGB value is (49,235,242). Sum of RGB (Red+Green+Blue) = 49+235+242=526 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.32% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #31EBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EBF2 is #CE140D. Grayscale: #B3B3B3. Windows color (decimal): -13505550 or 15919921. OLE color: 15919921.

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

Color convert

RGB 49 235 242 -
CMYK 0.80 0.03 0 0.05
HSL 182.18º 0.88% 0.57% -
HSV(B) 182.18º 0.8% 0.95% -
XYZ 47 66.48 94.36 -
YUV 180.18 162.88 34.43 -
System Red Green Blue C M Y K H S L
Decimal 49 235 242 0.80 0.03 0 0.05 182.18 0.88 0.57
Hex 31 EB F2 50 3 0 5 B6 58 39
Octal 61 353 362 120 3 0 5 266 130 71
Binary 110001 11101011 11110010 1010000 11 0 101 10110110 1011000 111001

Color Harmonies of #31EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EBF2

Black with #31EBF2

Text Example


Text Example

White with #31EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,235,242); }

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

background-color css

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

 a { background-color: rgb(49,235,242); }

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

border-color css

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

 span { border-color: rgb(49,235,242); }

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