Html Css Color HEX #13F2EC Bright Turquoise

📋 copy color: '#13F2EC'

red 19 ◦ green 242 ◦ blue 236

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

Shades of Bright Turquoise #13F2EC

Tints of Bright Turquoise #13F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.69%

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

R = 3.82%
G = 48.69%
B = 47.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#13F2EC (or 0x13F2EC) is known color: Bright Turquoise. HEX triplet: 13, F2 and EC. RGB value is (19,242,236). Sum of RGB (Red+Green+Blue) = 19+242+236=497 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.82% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F2EC is #EC0D13. Grayscale: #AEAEAE. Windows color (decimal): -15469844 or 15528467. OLE color: 15528467.

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

Color convert

RGB 19 242 236 -
CMYK 0.92 0 0.02 0.05
HSL 178.39º 0.9% 0.51% -
HSV(B) 178.39º 0.92% 0.95% -
XYZ 47.16 69.7 90.32 -
YUV 174.64 162.62 16.99 -
System Red Green Blue C M Y K H S L
Decimal 19 242 236 0.92 0 0.02 0.05 178.39 0.9 0.51
Hex 13 F2 EC 5C 0 2 5 B2 5A 33
Octal 23 362 354 134 0 2 5 262 132 63
Binary 10011 11110010 11101100 1011100 0 10 101 10110010 1011010 110011

Color Harmonies of #13F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F2EC

Black with #13F2EC

Text Example


Text Example

White with #13F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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