Html Css Color HEX #13DCEB Bright Turquoise

📋 copy color: '#13DCEB'

red 19 ◦ green 220 ◦ blue 235

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

Shades of Bright Turquoise #13DCEB

Tints of Bright Turquoise #13DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 4.01%
G = 46.41%
B = 49.58%

CMYK

 C value IS 0.92

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#13DCEB (or 0x13DCEB) is known color: Bright Turquoise. HEX triplet: 13, DC and EB. RGB value is (19,220,235). Sum of RGB (Red+Green+Blue) = 19+220+235=474 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.01% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #13DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DCEB is #EC2314. Grayscale: #A1A1A1. Windows color (decimal): -15475477 or 15457299. OLE color: 15457299.

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

Color convert

RGB 19 220 235 -
CMYK 0.92 0.06 0 0.08
HSL 184.17º 0.85% 0.5% -
HSV(B) 184.17º 0.92% 0.92% -
XYZ 40.86 57.32 87.51 -
YUV 161.61 169.41 26.28 -
System Red Green Blue C M Y K H S L
Decimal 19 220 235 0.92 0.06 0 0.08 184.17 0.85 0.5
Hex 13 DC EB 5C 6 0 8 B8 55 32
Octal 23 334 353 134 6 0 10 270 125 62
Binary 10011 11011100 11101011 1011100 110 0 1000 10111000 1010101 110010

Color Harmonies of #13DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DCEB

Black with #13DCEB

Text Example


Text Example

White with #13DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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