Html Css Color HEX #13D8DF Bright Turquoise

📋 copy color: '#13D8DF'

red 19 ◦ green 216 ◦ blue 223

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

Shades of Bright Turquoise #13D8DF

Tints of Bright Turquoise #13D8DF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 4.15%
G = 47.16%
B = 48.69%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13D8DF (or 0x13D8DF) is known color: Bright Turquoise. HEX triplet: 13, D8 and DF. RGB value is (19,216,223). Sum of RGB (Red+Green+Blue) = 19+216+223=458 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.15% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #13D8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D8DF is #EC2720. Grayscale: #9D9D9D. Windows color (decimal): -15476513 or 14669843. OLE color: 14669843.

HSL color Cylindrical-coordinate representation of color #13D8DF: hue angle of 182.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D8DF is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 216 223 -
CMYK 0.91 0.03 0 0.13
HSL 182.06º 0.84% 0.47% -
HSV(B) 182.06º 0.91% 0.87% -
XYZ 38.14 54.58 78.34 -
YUV 157.9 164.73 28.93 -
System Red Green Blue C M Y K H S L
Decimal 19 216 223 0.91 0.03 0 0.13 182.06 0.84 0.47
Hex 13 D8 DF 5B 3 0 D B6 54 2F
Octal 23 330 337 133 3 0 15 266 124 57
Binary 10011 11011000 11011111 1011011 11 0 1101 10110110 1010100 101111

Color Harmonies of #13D8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D8DF

Black with #13D8DF

Text Example


Text Example

White with #13D8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,216,223); }

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

background-color css

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

 a { background-color: rgb(19,216,223); }

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

border-color css

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

 span { border-color: rgb(19,216,223); }

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