Html Css Color HEX #13E7EC Bright Turquoise

📋 copy color: '#13E7EC'

red 19 ◦ green 231 ◦ blue 236

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

Shades of Bright Turquoise #13E7EC

Tints of Bright Turquoise #13E7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.53%

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 3.91%
G = 47.53%
B = 48.56%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13E7EC (or 0x13E7EC) is known color: Bright Turquoise. HEX triplet: 13, E7 and EC. RGB value is (19,231,236). Sum of RGB (Red+Green+Blue) = 19+231+236=486 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.91% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #13E7EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13E7EC is #EC1813. Grayscale: #A7A7A7. Windows color (decimal): -15472660 or 15525651. OLE color: 15525651.

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

Color convert

RGB 19 231 236 -
CMYK 0.92 0.02 0 0.07
HSL 181.38º 0.85% 0.5% -
HSV(B) 181.38º 0.92% 0.93% -
XYZ 43.98 63.35 89.27 -
YUV 168.18 166.26 21.59 -
System Red Green Blue C M Y K H S L
Decimal 19 231 236 0.92 0.02 0 0.07 181.38 0.85 0.5
Hex 13 E7 EC 5C 2 0 7 B5 55 32
Octal 23 347 354 134 2 0 7 265 125 62
Binary 10011 11100111 11101100 1011100 10 0 111 10110101 1010101 110010

Color Harmonies of #13E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E7EC

Black with #13E7EC

Text Example


Text Example

White with #13E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,231,236); }

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

background-color css

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

 a { background-color: rgb(19,231,236); }

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

border-color css

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

 span { border-color: rgb(19,231,236); }

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