Html Css Color HEX #31EDED Turquoise

📋 copy color: '#31EDED'

red 49 ◦ green 237 ◦ blue 237

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

Shades of Turquoise #31EDED

Tints of Turquoise #31EDED

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.32%

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 9.37%
G = 45.32%
B = 45.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#31EDED (or 0x31EDED) is known color: Turquoise. HEX triplet: 31, ED and ED. RGB value is (49,237,237). Sum of RGB (Red+Green+Blue) = 49+237+237=523 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.37% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #31EDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31EDED is #CE1212. Grayscale: #B4B4B4. Windows color (decimal): -13505043 or 15592753. OLE color: 15592753.

HSL color Cylindrical-coordinate representation of color #31EDED: hue angle of 180º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EDED is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 237 -
CMYK 0.79 0 0 0.07
HSL 180º 0.84% 0.56% -
HSV(B) 180º 0.79% 0.93% -
XYZ 46.84 67.34 90.65 -
YUV 180.79 159.72 34 -
System Red Green Blue C M Y K H S L
Decimal 49 237 237 0.79 0 0 0.07 180 0.84 0.56
Hex 31 ED ED 4F 0 0 7 B4 54 38
Octal 61 355 355 117 0 0 7 264 124 70
Binary 110001 11101101 11101101 1001111 0 0 111 10110100 1010100 111000

Color Harmonies of #31EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EDED

Black with #31EDED

Text Example


Text Example

White with #31EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,237,237); }

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

background-color css

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

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

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

border-color css

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

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

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