Html Css Color HEX #13DCE0 Bright Turquoise

📋 copy color: '#13DCE0'

red 19 ◦ green 220 ◦ blue 224

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

Shades of Bright Turquoise #13DCE0

Tints of Bright Turquoise #13DCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.52%

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 4.1%
G = 47.52%
B = 48.38%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#13DCE0 (or 0x13DCE0) is known color: Bright Turquoise. HEX triplet: 13, DC and E0. RGB value is (19,220,224). Sum of RGB (Red+Green+Blue) = 19+220+224=463 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.10% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #13DCE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCE0 is #EC231F. Grayscale: #A0A0A0. Windows color (decimal): -15475488 or 14736403. OLE color: 14736403.

HSL color Cylindrical-coordinate representation of color #13DCE0: hue angle of 181.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DCE0 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 220 224 -
CMYK 0.92 0.02 0 0.12
HSL 181.17º 0.84% 0.48% -
HSV(B) 181.17º 0.92% 0.88% -
XYZ 39.32 56.71 79.39 -
YUV 160.36 163.91 27.17 -
System Red Green Blue C M Y K H S L
Decimal 19 220 224 0.92 0.02 0 0.12 181.17 0.84 0.48
Hex 13 DC E0 5C 2 0 C B5 54 30
Octal 23 334 340 134 2 0 14 265 124 60
Binary 10011 11011100 11100000 1011100 10 0 1100 10110101 1010100 110000

Color Harmonies of #13DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCE0

Black with #13DCE0

Text Example


Text Example

White with #13DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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