#13D3E7

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

Shades of Bright Turquoise #13D3E7

Tints of Bright Turquoise #13D3E7

Color information

#13D3E7 (or 0x13D3E7) is unknown color: approx Bright Turquoise. HEX triplet: 13, D3 and E7. RGB value is (19,211,231). Sum of RGB (Red+Green+Blue) = 19+211+231=461 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.12% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #13D3E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13D3E7 is #EC2C18. Grayscale: #9B9B9B. Windows color (decimal): -15477785 or 15192851. OLE color: 15192851.

HSL color Cylindrical-coordinate representation of color #13D3E7: hue angle of 185.66º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13D3E7 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19211231-
CMYK0.920.0900.09
HSL185.66º84.8%49.02%-
HSV(B)185.66º91.77%90.59%-
XYZ37.9952.583.73-
YUV155.87170.3930.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.12%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 231 (90.62% from 255) = 50.11%
R=4.12%
G=45.77%
B=50.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192112310.920.0900.09185.6684.849.02
Hex13D3E75C909ba5531
Octal233233471341101127212561
Binary1001111010011111001111011100100101001101110101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,211,231); }

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

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

 a { background-color: rgb(19,211,231); }

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

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

 span { border-color: rgb(19,211,231); }

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