Html Css Color HEX #13F2C2 Bright Turquoise

📋 copy color: '#13F2C2'

red 19 ◦ green 242 ◦ blue 194

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

Shades of Bright Turquoise #13F2C2

Tints of Bright Turquoise #13F2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 4.18%
G = 53.19%
B = 42.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#13F2C2 (or 0x13F2C2) is known color: Bright Turquoise. HEX triplet: 13, F2 and C2. RGB value is (19,242,194). Sum of RGB (Red+Green+Blue) = 19+242+194=455 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.18% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2C2 is #EC0D3D. Grayscale: #A9A9A9. Windows color (decimal): -15469886 or 12775955. OLE color: 12775955.

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

Color convert

RGB 19 242 194 -
CMYK 0.92 0 0.20 0.05
HSL 167.09º 0.9% 0.51% -
HSV(B) 167.09º 0.92% 0.95% -
XYZ 41.76 67.54 61.87 -
YUV 169.85 141.62 20.4 -
System Red Green Blue C M Y K H S L
Decimal 19 242 194 0.92 0 0.20 0.05 167.09 0.9 0.51
Hex 13 F2 C2 5C 0 14 5 A7 5A 33
Octal 23 362 302 134 0 24 5 247 132 63
Binary 10011 11110010 11000010 1011100 0 10100 101 10100111 1011010 110011

Color Harmonies of #13F2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F2C2

Black with #13F2C2

Text Example


Text Example

White with #13F2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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