Html Css Color HEX #13ECF6 Bright Turquoise

📋 copy color: '#13ECF6'

red 19 ◦ green 236 ◦ blue 246

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

Shades of Bright Turquoise #13ECF6

Tints of Bright Turquoise #13ECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 3.79%
G = 47.11%
B = 49.1%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#13ECF6 (or 0x13ECF6) is known color: Bright Turquoise. HEX triplet: 13, EC and F6. RGB value is (19,236,246). Sum of RGB (Red+Green+Blue) = 19+236+246=501 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.79% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #13ECF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECF6 is #EC1309. Grayscale: #ABABAB. Windows color (decimal): -15471370 or 16182291. OLE color: 16182291.

HSL color Cylindrical-coordinate representation of color #13ECF6: hue angle of 182.64º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECF6 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 236 246 -
CMYK 0.92 0.04 0 0.04
HSL 182.64º 0.93% 0.52% -
HSV(B) 182.64º 0.92% 0.96% -
XYZ 46.9 66.78 97.61 -
YUV 172.26 169.61 18.69 -
System Red Green Blue C M Y K H S L
Decimal 19 236 246 0.92 0.04 0 0.04 182.64 0.93 0.52
Hex 13 EC F6 5C 4 0 4 B7 5D 34
Octal 23 354 366 134 4 0 4 267 135 64
Binary 10011 11101100 11110110 1011100 100 0 100 10110111 1011101 110100

Color Harmonies of #13ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ECF6

Black with #13ECF6

Text Example


Text Example

White with #13ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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