Html Css Color HEX #17CEE8 Dark Turquoise

📋 copy color: '#17CEE8'

red 23 ◦ green 206 ◦ blue 232

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

Shades of Dark Turquoise #17CEE8

Tints of Dark Turquoise #17CEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.33%

R = 4.99%
G = 44.69%
B = 50.33%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#17CEE8 (or 0x17CEE8) is known color: Dark Turquoise. HEX triplet: 17, CE and E8. RGB value is (23,206,232). Sum of RGB (Red+Green+Blue) = 23+206+232=461 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.99% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #17CEE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CEE8 is #E83117. Grayscale: #999999. Windows color (decimal): -15216920 or 15257111. OLE color: 15257111.

HSL color Cylindrical-coordinate representation of color #17CEE8: hue angle of 187.46º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CEE8 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 23 206 232 -
CMYK 0.90 0.11 0 0.09
HSL 187.46º 0.82% 0.5% -
HSV(B) 187.46º 0.9% 0.91% -
XYZ 36.99 50.15 84.07 -
YUV 154.25 171.87 34.39 -
System Red Green Blue C M Y K H S L
Decimal 23 206 232 0.90 0.11 0 0.09 187.46 0.82 0.5
Hex 17 CE E8 5A B 0 9 BB 52 32
Octal 27 316 350 132 13 0 11 273 122 62
Binary 10111 11001110 11101000 1011010 1011 0 1001 10111011 1010010 110010

Color Harmonies of #17CEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CEE8

Black with #17CEE8

Text Example


Text Example

White with #17CEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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