Html Css Color HEX #13ECE6 Bright Turquoise

📋 copy color: '#13ECE6'

red 19 ◦ green 236 ◦ blue 230

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

Shades of Bright Turquoise #13ECE6

Tints of Bright Turquoise #13ECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.66%

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 3.92%
G = 48.66%
B = 47.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#13ECE6 (or 0x13ECE6) is known color: Bright Turquoise. HEX triplet: 13, EC and E6. RGB value is (19,236,230). Sum of RGB (Red+Green+Blue) = 19+236+230=485 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.92% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECE6 is #EC1319. Grayscale: #AAAAAA. Windows color (decimal): -15471386 or 15133715. OLE color: 15133715.

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

Color convert

RGB 19 236 230 -
CMYK 0.92 0 0.03 0.07
HSL 178.34º 0.85% 0.5% -
HSV(B) 178.34º 0.92% 0.93% -
XYZ 44.55 65.84 85.22 -
YUV 170.43 161.61 19.99 -
System Red Green Blue C M Y K H S L
Decimal 19 236 230 0.92 0 0.03 0.07 178.34 0.85 0.5
Hex 13 EC E6 5C 0 3 7 B2 55 32
Octal 23 354 346 134 0 3 7 262 125 62
Binary 10011 11101100 11100110 1011100 0 11 111 10110010 1010101 110010

Color Harmonies of #13ECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ECE6

Black with #13ECE6

Text Example


Text Example

White with #13ECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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