Html Css Color HEX #13F2C9 Bright Turquoise

📋 copy color: '#13F2C9'

red 19 ◦ green 242 ◦ blue 201

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

Shades of Bright Turquoise #13F2C9

Tints of Bright Turquoise #13F2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 4.11%
G = 52.38%
B = 43.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#13F2C9 (or 0x13F2C9) is known color: Bright Turquoise. HEX triplet: 13, F2 and C9. RGB value is (19,242,201). Sum of RGB (Red+Green+Blue) = 19+242+201=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2C9 is #EC0D36. Grayscale: #AAAAAA. Windows color (decimal): -15469879 or 13234707. OLE color: 13234707.

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

Color convert

RGB 19 242 201 -
CMYK 0.92 0 0.17 0.05
HSL 168.97º 0.9% 0.51% -
HSV(B) 168.97º 0.92% 0.95% -
XYZ 42.56 67.86 66.11 -
YUV 170.65 145.12 19.83 -
System Red Green Blue C M Y K H S L
Decimal 19 242 201 0.92 0 0.17 0.05 168.97 0.9 0.51
Hex 13 F2 C9 5C 0 11 5 A9 5A 33
Octal 23 362 311 134 0 21 5 251 132 63
Binary 10011 11110010 11001001 1011100 0 10001 101 10101001 1011010 110011

Color Harmonies of #13F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F2C9

Black with #13F2C9

Text Example


Text Example

White with #13F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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