Html Css Color HEX #19CDD7 Dark Turquoise

📋 copy color: '#19CDD7'

red 25 ◦ green 205 ◦ blue 215

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

Shades of Dark Turquoise #19CDD7

Tints of Dark Turquoise #19CDD7

RGB

 RED value IS 25 (10.16% from 255) = 5.62%

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 5.62%
G = 46.07%
B = 48.31%

CMYK

 C value IS 0.88

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#19CDD7 (or 0x19CDD7) is known color: Dark Turquoise. HEX triplet: 19, CD and D7. RGB value is (25,205,215). Sum of RGB (Red+Green+Blue) = 25+205+215=445 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.62% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #19CDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19CDD7 is #E63228. Grayscale: #989898. Windows color (decimal): -15086121 or 14142745. OLE color: 14142745.

HSL color Cylindrical-coordinate representation of color #19CDD7: hue angle of 183.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CDD7 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 205 215 -
CMYK 0.88 0.05 0 0.16
HSL 183.16º 0.79% 0.47% -
HSV(B) 183.16º 0.88% 0.84% -
XYZ 34.5 48.78 71.89 -
YUV 152.32 163.37 37.19 -
System Red Green Blue C M Y K H S L
Decimal 25 205 215 0.88 0.05 0 0.16 183.16 0.79 0.47
Hex 19 CD D7 58 5 0 10 B7 4F 2F
Octal 31 315 327 130 5 0 20 267 117 57
Binary 11001 11001101 11010111 1011000 101 0 10000 10110111 1001111 101111

Color Harmonies of #19CDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CDD7

Black with #19CDD7

Text Example


Text Example

White with #19CDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19CDD7; }

 p { color: rgb(25,205,215); }

 H1.HeaderClassName
 {
   color: #19CDD7;
 }
 .AnyTagClassName
 {
   color: #19CDD7;
 }
</style>

background-color css

<style>
 a { background-color: #19CDD7; }

 a { background-color: rgb(25,205,215); }

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

border-color css

<style>
 span { border-color: #19CDD7; }

 span { border-color: rgb(25,205,215); }

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