Html Css Color HEX #13EACE Bright Turquoise

📋 copy color: '#13EACE'

red 19 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #13EACE

Tints of Bright Turquoise #13EACE

RGB

 RED value IS 19 (7.81% from 255) = 4.14%

 GREEN value IS 234 (91.8% from 255) = 50.98%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 4.14%
G = 50.98%
B = 44.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#13EACE (or 0x13EACE) is known color: Bright Turquoise. HEX triplet: 13, EA and CE. RGB value is (19,234,206). Sum of RGB (Red+Green+Blue) = 19+234+206=459 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.14% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #13EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EACE is #EC1531. Grayscale: #A6A6A6. Windows color (decimal): -15471922 or 13560339. OLE color: 13560339.

HSL color Cylindrical-coordinate representation of color #13EACE: hue angle of 172.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EACE is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 206 -
CMYK 0.92 0 0.12 0.08
HSL 172.19º 0.85% 0.5% -
HSV(B) 172.19º 0.92% 0.92% -
XYZ 40.83 63.44 68.49 -
YUV 166.52 150.27 22.78 -
System Red Green Blue C M Y K H S L
Decimal 19 234 206 0.92 0 0.12 0.08 172.19 0.85 0.5
Hex 13 EA CE 5C 0 C 8 AC 55 32
Octal 23 352 316 134 0 14 10 254 125 62
Binary 10011 11101010 11001110 1011100 0 1100 1000 10101100 1010101 110010

Color Harmonies of #13EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EACE

Black with #13EACE

Text Example


Text Example

White with #13EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13EACE; }

 p { color: rgb(19,234,206); }

 H1.HeaderClassName
 {
   color: #13EACE;
 }
 .AnyTagClassName
 {
   color: #13EACE;
 }
</style>

background-color css

<style>
 a { background-color: #13EACE; }

 a { background-color: rgb(19,234,206); }

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

border-color css

<style>
 span { border-color: #13EACE; }

 span { border-color: rgb(19,234,206); }

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