Html Css Color HEX #13F1EC Bright Turquoise

📋 copy color: '#13F1EC'

red 19 ◦ green 241 ◦ blue 236

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

Shades of Bright Turquoise #13F1EC

Tints of Bright Turquoise #13F1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.59%

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

R = 3.83%
G = 48.59%
B = 47.58%

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

#13F1EC (or 0x13F1EC) is known color: Bright Turquoise. HEX triplet: 13, F1 and EC. RGB value is (19,241,236). Sum of RGB (Red+Green+Blue) = 19+241+236=496 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.83% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #13F1EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F1EC is #EC0E13. Grayscale: #ADADAD. Windows color (decimal): -15470100 or 15528211. OLE color: 15528211.

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

Color convert

RGB 19 241 236 -
CMYK 0.92 0 0.02 0.05
HSL 178.65º 0.89% 0.51% -
HSV(B) 178.65º 0.92% 0.95% -
XYZ 46.86 69.11 90.23 -
YUV 174.05 162.95 17.41 -
System Red Green Blue C M Y K H S L
Decimal 19 241 236 0.92 0 0.02 0.05 178.65 0.89 0.51
Hex 13 F1 EC 5C 0 2 5 B3 59 33
Octal 23 361 354 134 0 2 5 263 131 63
Binary 10011 11110001 11101100 1011100 0 10 101 10110011 1011001 110011

Color Harmonies of #13F1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F1EC

Black with #13F1EC

Text Example


Text Example

White with #13F1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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