Html Css Color HEX #13DFCD Bright Turquoise

📋 copy color: '#13DFCD'

red 19 ◦ green 223 ◦ blue 205

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

Shades of Bright Turquoise #13DFCD

Tints of Bright Turquoise #13DFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 4.25%
G = 49.89%
B = 45.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#13DFCD (or 0x13DFCD) is known color: Bright Turquoise. HEX triplet: 13, DF and CD. RGB value is (19,223,205). Sum of RGB (Red+Green+Blue) = 19+223+205=447 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.25% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFCD is #EC2032. Grayscale: #9F9F9F. Windows color (decimal): -15474739 or 13491987. OLE color: 13491987.

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

Color convert

RGB 19 223 205 -
CMYK 0.91 0 0.08 0.13
HSL 174.71º 0.84% 0.47% -
HSV(B) 174.71º 0.91% 0.87% -
XYZ 37.68 57.32 66.84 -
YUV 159.95 153.41 27.46 -
System Red Green Blue C M Y K H S L
Decimal 19 223 205 0.91 0 0.08 0.13 174.71 0.84 0.47
Hex 13 DF CD 5B 0 8 D AF 54 2F
Octal 23 337 315 133 0 10 15 257 124 57
Binary 10011 11011111 11001101 1011011 0 1000 1101 10101111 1010100 101111

Color Harmonies of #13DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DFCD

Black with #13DFCD

Text Example


Text Example

White with #13DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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