Html Css Color HEX #13DFDF Bright Turquoise

📋 copy color: '#13DFDF'

red 19 ◦ green 223 ◦ blue 223

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

Shades of Bright Turquoise #13DFDF

Tints of Bright Turquoise #13DFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

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

R = 4.09%
G = 47.96%
B = 47.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13DFDF (or 0x13DFDF) is known color: Bright Turquoise. HEX triplet: 13, DF and DF. RGB value is (19,223,223). Sum of RGB (Red+Green+Blue) = 19+223+223=465 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #13DFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFDF is #EC2020. Grayscale: #A1A1A1. Windows color (decimal): -15474721 or 14671635. OLE color: 14671635.

HSL color Cylindrical-coordinate representation of color #13DFDF: hue angle of 180º 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 #13DFDF is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 223 223 -
CMYK 0.91 0 0 0.13
HSL 180º 0.84% 0.47% -
HSV(B) 180º 0.91% 0.87% -
XYZ 39.98 58.24 78.95 -
YUV 162 162.41 26 -
System Red Green Blue C M Y K H S L
Decimal 19 223 223 0.91 0 0 0.13 180 0.84 0.47
Hex 13 DF DF 5B 0 0 D B4 54 2F
Octal 23 337 337 133 0 0 15 264 124 57
Binary 10011 11011111 11011111 1011011 0 0 1101 10110100 1010100 101111

Color Harmonies of #13DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFDF

Black with #13DFDF

Text Example


Text Example

White with #13DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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