Html Css Color HEX #13CFD5 Dark Turquoise

📋 copy color: '#13CFD5'

red 19 ◦ green 207 ◦ blue 213

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

Shades of Dark Turquoise #13CFD5

Tints of Dark Turquoise #13CFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 4.33%
G = 47.15%
B = 48.52%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13CFD5 (or 0x13CFD5) is known color: Dark Turquoise. HEX triplet: 13, CF and D5. RGB value is (19,207,213). Sum of RGB (Red+Green+Blue) = 19+207+213=439 (58% of max value = 765). Red value is 19 (7.81% from 255 or 4.33% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #13CFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFD5 is #EC302A. Grayscale: #979797. Windows color (decimal): -15478827 or 14012179. OLE color: 14012179.

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

Color convert

RGB 19 207 213 -
CMYK 0.91 0.03 0 0.16
HSL 181.86º 0.84% 0.45% -
HSV(B) 181.86º 0.91% 0.84% -
XYZ 34.59 49.57 70.7 -
YUV 151.47 162.72 33.51 -
System Red Green Blue C M Y K H S L
Decimal 19 207 213 0.91 0.03 0 0.16 181.86 0.84 0.45
Hex 13 CF D5 5B 3 0 10 B6 54 2D
Octal 23 317 325 133 3 0 20 266 124 55
Binary 10011 11001111 11010101 1011011 11 0 10000 10110110 1010100 101101

Color Harmonies of #13CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFD5

Black with #13CFD5

Text Example


Text Example

White with #13CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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