Html Css Color HEX #13CFDF Dark Turquoise

📋 copy color: '#13CFDF'

red 19 ◦ green 207 ◦ blue 223

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

Shades of Dark Turquoise #13CFDF

Tints of Dark Turquoise #13CFDF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

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

R = 4.23%
G = 46.1%
B = 49.67%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13CFDF (or 0x13CFDF) is known color: Dark Turquoise. HEX triplet: 13, CF and DF. RGB value is (19,207,223). Sum of RGB (Red+Green+Blue) = 19+207+223=449 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.23% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #13CFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFDF is #EC3020. Grayscale: #989898. Windows color (decimal): -15478817 or 14667539. OLE color: 14667539.

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

Color convert

RGB 19 207 223 -
CMYK 0.91 0.07 0 0.13
HSL 184.71º 0.84% 0.47% -
HSV(B) 184.71º 0.91% 0.87% -
XYZ 35.9 50.09 77.59 -
YUV 152.61 167.72 32.7 -
System Red Green Blue C M Y K H S L
Decimal 19 207 223 0.91 0.07 0 0.13 184.71 0.84 0.47
Hex 13 CF DF 5B 7 0 D B9 54 2F
Octal 23 317 337 133 7 0 15 271 124 57
Binary 10011 11001111 11011111 1011011 111 0 1101 10111001 1010100 101111

Color Harmonies of #13CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFDF

Black with #13CFDF

Text Example


Text Example

White with #13CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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