Html Css Color HEX #13E0EC Bright Turquoise

📋 copy color: '#13E0EC'

red 19 ◦ green 224 ◦ blue 236

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

Shades of Bright Turquoise #13E0EC

Tints of Bright Turquoise #13E0EC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.76%

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

R = 3.97%
G = 46.76%
B = 49.27%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#13E0EC (or 0x13E0EC) is known color: Bright Turquoise. HEX triplet: 13, E0 and EC. RGB value is (19,224,236). Sum of RGB (Red+Green+Blue) = 19+224+236=479 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #13E0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13E0EC is #EC1F13. Grayscale: #A3A3A3. Windows color (decimal): -15474452 or 15523859. OLE color: 15523859.

HSL color Cylindrical-coordinate representation of color #13E0EC: hue angle of 183.32º 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 #13E0EC is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 224 236 -
CMYK 0.92 0.05 0 0.07
HSL 183.32º 0.85% 0.5% -
HSV(B) 183.32º 0.92% 0.93% -
XYZ 42.06 59.51 88.63 -
YUV 164.07 168.58 24.52 -
System Red Green Blue C M Y K H S L
Decimal 19 224 236 0.92 0.05 0 0.07 183.32 0.85 0.5
Hex 13 E0 EC 5C 5 0 7 B7 55 32
Octal 23 340 354 134 5 0 7 267 125 62
Binary 10011 11100000 11101100 1011100 101 0 111 10110111 1010101 110010

Color Harmonies of #13E0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E0EC

Black with #13E0EC

Text Example


Text Example

White with #13E0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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