Html Css Color HEX #13ECF3 Bright Turquoise

📋 copy color: '#13ECF3'

red 19 ◦ green 236 ◦ blue 243

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

Shades of Bright Turquoise #13ECF3

Tints of Bright Turquoise #13ECF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 3.82%
G = 47.39%
B = 48.8%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#13ECF3 (or 0x13ECF3) is known color: Bright Turquoise. HEX triplet: 13, EC and F3. RGB value is (19,236,243). Sum of RGB (Red+Green+Blue) = 19+236+243=498 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.82% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #13ECF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13ECF3 is #EC130C. Grayscale: #ABABAB. Windows color (decimal): -15471373 or 15985683. OLE color: 15985683.

HSL color Cylindrical-coordinate representation of color #13ECF3: hue angle of 181.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13ECF3 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 236 243 -
CMYK 0.92 0.03 0 0.05
HSL 181.88º 0.9% 0.51% -
HSV(B) 181.88º 0.92% 0.95% -
XYZ 46.44 66.6 95.2 -
YUV 171.92 168.11 18.93 -
System Red Green Blue C M Y K H S L
Decimal 19 236 243 0.92 0.03 0 0.05 181.88 0.9 0.51
Hex 13 EC F3 5C 3 0 5 B6 5A 33
Octal 23 354 363 134 3 0 5 266 132 63
Binary 10011 11101100 11110011 1011100 11 0 101 10110110 1011010 110011

Color Harmonies of #13ECF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13ECF3

Black with #13ECF3

Text Example


Text Example

White with #13ECF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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