Html Css Color HEX #31DEEB Turquoise

📋 copy color: '#31DEEB'

red 49 ◦ green 222 ◦ blue 235

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

Shades of Turquoise #31DEEB

Tints of Turquoise #31DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

 BLUE value IS 235 (92.19% from 255) = 46.44%

R = 9.68%
G = 43.87%
B = 46.44%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#31DEEB (or 0x31DEEB) is known color: Turquoise. HEX triplet: 31, DE and EB. RGB value is (49,222,235). Sum of RGB (Red+Green+Blue) = 49+222+235=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #31DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEEB is #CE2114. Grayscale: #ABABAB. Windows color (decimal): -13508885 or 15457841. OLE color: 15457841.

HSL color Cylindrical-coordinate representation of color #31DEEB: hue angle of 184.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DEEB is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 222 235 -
CMYK 0.79 0.06 0 0.08
HSL 184.19º 0.82% 0.56% -
HSV(B) 184.19º 0.79% 0.92% -
XYZ 42.38 58.89 87.73 -
YUV 171.76 163.69 40.44 -
System Red Green Blue C M Y K H S L
Decimal 49 222 235 0.79 0.06 0 0.08 184.19 0.82 0.56
Hex 31 DE EB 4F 6 0 8 B8 52 38
Octal 61 336 353 117 6 0 10 270 122 70
Binary 110001 11011110 11101011 1001111 110 0 1000 10111000 1010010 111000

Color Harmonies of #31DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEEB

Black with #31DEEB

Text Example


Text Example

White with #31DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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