Html Css Color HEX #17CEDD Dark Turquoise

📋 copy color: '#17CEDD'

red 23 ◦ green 206 ◦ blue 221

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

Shades of Dark Turquoise #17CEDD

Tints of Dark Turquoise #17CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.78%

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 5.11%
G = 45.78%
B = 49.11%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#17CEDD (or 0x17CEDD) is known color: Dark Turquoise. HEX triplet: 17, CE and DD. RGB value is (23,206,221). Sum of RGB (Red+Green+Blue) = 23+206+221=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #17CEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CEDD is #E83122. Grayscale: #989898. Windows color (decimal): -15216931 or 14536215. OLE color: 14536215.

HSL color Cylindrical-coordinate representation of color #17CEDD: hue angle of 184.55º 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 #17CEDD is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 206 221 -
CMYK 0.90 0.07 0 0.13
HSL 184.55º 0.81% 0.48% -
HSV(B) 184.55º 0.9% 0.87% -
XYZ 35.48 49.55 76.1 -
YUV 152.99 166.37 35.28 -
System Red Green Blue C M Y K H S L
Decimal 23 206 221 0.90 0.07 0 0.13 184.55 0.81 0.48
Hex 17 CE DD 5A 7 0 D B9 51 30
Octal 27 316 335 132 7 0 15 271 121 60
Binary 10111 11001110 11011101 1011010 111 0 1101 10111001 1010001 110000

Color Harmonies of #17CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CEDD

Black with #17CEDD

Text Example


Text Example

White with #17CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,206,221); }

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

background-color css

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

 a { background-color: rgb(23,206,221); }

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

border-color css

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

 span { border-color: rgb(23,206,221); }

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