Html Css Color HEX #13CFCE Dark Turquoise

📋 copy color: '#13CFCE'

red 19 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #13CFCE

Tints of Dark Turquoise #13CFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 4.4%
G = 47.92%
B = 47.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#13CFCE (or 0x13CFCE) is known color: Dark Turquoise. HEX triplet: 13, CF and CE. RGB value is (19,207,206). Sum of RGB (Red+Green+Blue) = 19+207+206=432 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.40% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFCE is #EC3031. Grayscale: #969696. Windows color (decimal): -15478834 or 13553427. OLE color: 13553427.

HSL color Cylindrical-coordinate representation of color #13CFCE: hue angle of 179.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CFCE is Cyan = 0.91, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 207 206 -
CMYK 0.91 0 0.00 0.19
HSL 179.68º 0.83% 0.44% -
HSV(B) 179.68º 0.91% 0.81% -
XYZ 33.72 49.22 66.12 -
YUV 150.67 159.22 34.08 -
System Red Green Blue C M Y K H S L
Decimal 19 207 206 0.91 0 0.00 0.19 179.68 0.83 0.44
Hex 13 CF CE 5B 0 0 13 B4 53 2C
Octal 23 317 316 133 0 0 23 264 123 54
Binary 10011 11001111 11001110 1011011 0 0 10011 10110100 1010011 101100

Color Harmonies of #13CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFCE

Black with #13CFCE

Text Example


Text Example

White with #13CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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