Html Css Color HEX #17CDDE Dark Turquoise

📋 copy color: '#17CDDE'

red 23 ◦ green 205 ◦ blue 222

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

Shades of Dark Turquoise #17CDDE

Tints of Dark Turquoise #17CDDE

RGB

 RED value IS 23 (9.38% from 255) = 5.11%

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 5.11%
G = 45.56%
B = 49.33%

CMYK

 C value IS 0.90

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17CDDE (or 0x17CDDE) is known color: Dark Turquoise. HEX triplet: 17, CD and DE. RGB value is (23,205,222). Sum of RGB (Red+Green+Blue) = 23+205+222=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #17CDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CDDE is #E83221. Grayscale: #989898. Windows color (decimal): -15217186 or 14601495. OLE color: 14601495.

HSL color Cylindrical-coordinate representation of color #17CDDE: hue angle of 185.13º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CDDE is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 205 222 -
CMYK 0.90 0.08 0 0.13
HSL 185.13º 0.81% 0.48% -
HSV(B) 185.13º 0.9% 0.87% -
XYZ 35.37 49.12 76.72 -
YUV 152.52 167.2 35.62 -
System Red Green Blue C M Y K H S L
Decimal 23 205 222 0.90 0.08 0 0.13 185.13 0.81 0.48
Hex 17 CD DE 5A 8 0 D B9 51 30
Octal 27 315 336 132 10 0 15 271 121 60
Binary 10111 11001101 11011110 1011010 1000 0 1101 10111001 1010001 110000

Color Harmonies of #17CDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CDDE

Black with #17CDDE

Text Example


Text Example

White with #17CDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17CDDE; }

 p { color: rgb(23,205,222); }

 H1.HeaderClassName
 {
   color: #17CDDE;
 }
 .AnyTagClassName
 {
   color: #17CDDE;
 }
</style>

background-color css

<style>
 a { background-color: #17CDDE; }

 a { background-color: rgb(23,205,222); }

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

border-color css

<style>
 span { border-color: #17CDDE; }

 span { border-color: rgb(23,205,222); }

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