Html Css Color HEX #17CECF Dark Turquoise

📋 copy color: '#17CECF'

red 23 ◦ green 206 ◦ blue 207

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

Shades of Dark Turquoise #17CECF

Tints of Dark Turquoise #17CECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 5.28%
G = 47.25%
B = 47.48%

CMYK

 C value IS 0.89

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#17CECF (or 0x17CECF) is known color: Dark Turquoise. HEX triplet: 17, CE and CF. RGB value is (23,206,207). Sum of RGB (Red+Green+Blue) = 23+206+207=436 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.28% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #17CECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17CECF is #E83130. Grayscale: #979797. Windows color (decimal): -15216945 or 13618711. OLE color: 13618711.

HSL color Cylindrical-coordinate representation of color #17CECF: hue angle of 180.33º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CECF is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 206 207 -
CMYK 0.89 0.00 0 0.19
HSL 180.33º 0.8% 0.45% -
HSV(B) 180.33º 0.89% 0.81% -
XYZ 33.69 48.83 66.68 -
YUV 151.4 159.37 36.42 -
System Red Green Blue C M Y K H S L
Decimal 23 206 207 0.89 0.00 0 0.19 180.33 0.8 0.45
Hex 17 CE CF 59 0 0 13 B4 50 2D
Octal 27 316 317 131 0 0 23 264 120 55
Binary 10111 11001110 11001111 1011001 0 0 10011 10110100 1010000 101101

Color Harmonies of #17CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17CECF

Black with #17CECF

Text Example


Text Example

White with #17CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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