#13F0DC

Color #13F0DC Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #13F0DC

Tints of Bright Turquoise #13F0DC

Color information

#13F0DC (or 0x13F0DC) is unknown color: approx Bright Turquoise. HEX triplet: 13, F0 and DC. RGB value is (19,240,220). Sum of RGB (Red+Green+Blue) = 19+240+220=479 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F0DC is #EC0F23. Grayscale: #ABABAB. Windows color (decimal): -15470372 or 14479379. OLE color: 14479379.

HSL color Cylindrical-coordinate representation of color #13F0DC: hue angle of 174.57º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F0DC is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB19240220-
CMYK0.9200.080.06
HSL174.57º88.05%50.78%-
HSV(B)174.57º92.08%94.12%-
XYZ44.3567.6378.43-
YUV171.64155.2819.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 3.97%
GREEN value IS 240 (94.14% from 255) = 50.10%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=3.97%
G=50.10%
B=45.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192402200.9200.080.06174.5788.0550.78
Hex13F0DC5C086af5833
Octal23360334134010625713063
Binary100111111000011011100101110001000110101011111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,240,220); }

 H1.HeaderClassName
 {
   color: #13F0DC;
 }
 .AnyTagClassName
 {
   color: #13F0DC;
 }
</style>
background-color css

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

 a { background-color: rgb(19,240,220); }

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

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

 span { border-color: rgb(19,240,220); }

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