Html Css Color HEX #17CFE6 Dark Turquoise

📋 copy color: '#17CFE6'

red 23 ◦ green 207 ◦ blue 230

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

Shades of Dark Turquoise #17CFE6

Tints of Dark Turquoise #17CFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50%

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.9

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#17CFE6 (or 0x17CFE6) is known color: Dark Turquoise. HEX triplet: 17, CF and E6. RGB value is (23,207,230). Sum of RGB (Red+Green+Blue) = 23+207+230=460 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #17CFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CFE6 is #E83019. Grayscale: #9A9A9A. Windows color (decimal): -15216666 or 15126295. OLE color: 15126295.

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

Color convert

RGB 23 207 230 -
CMYK 0.9 0.10 0 0.10
HSL 186.67º 0.82% 0.5% -
HSV(B) 186.67º 0.9% 0.9% -
XYZ 36.95 50.52 82.67 -
YUV 154.61 170.54 34.13 -
System Red Green Blue C M Y K H S L
Decimal 23 207 230 0.9 0.10 0 0.10 186.67 0.82 0.5
Hex 17 CF E6 5A A 0 A BB 52 32
Octal 27 317 346 132 12 0 12 273 122 62
Binary 10111 11001111 11100110 1011010 1010 0 1010 10111011 1010010 110010

Color Harmonies of #17CFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CFE6

Black with #17CFE6

Text Example


Text Example

White with #17CFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,207,230); }

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

background-color css

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

 a { background-color: rgb(23,207,230); }

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

border-color css

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

 span { border-color: rgb(23,207,230); }

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