Html Css Color HEX #17DECE Bright Turquoise

📋 copy color: '#17DECE'

red 23 ◦ green 222 ◦ blue 206

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

Shades of Bright Turquoise #17DECE

Tints of Bright Turquoise #17DECE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.22%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 5.1%
G = 49.22%
B = 45.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#17DECE (or 0x17DECE) is known color: Bright Turquoise. HEX triplet: 17, DE and CE. RGB value is (23,222,206). Sum of RGB (Red+Green+Blue) = 23+222+206=451 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.10% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #17DECE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DECE is #E82131. Grayscale: #A0A0A0. Windows color (decimal): -15212850 or 13557271. OLE color: 13557271.

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

Color convert

RGB 23 222 206 -
CMYK 0.90 0 0.07 0.13
HSL 175.18º 0.81% 0.48% -
HSV(B) 175.18º 0.9% 0.87% -
XYZ 37.62 56.88 67.39 -
YUV 160.68 153.57 29.8 -
System Red Green Blue C M Y K H S L
Decimal 23 222 206 0.90 0 0.07 0.13 175.18 0.81 0.48
Hex 17 DE CE 5A 0 7 D AF 51 30
Octal 27 336 316 132 0 7 15 257 121 60
Binary 10111 11011110 11001110 1011010 0 111 1101 10101111 1010001 110000

Color Harmonies of #17DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DECE

Black with #17DECE

Text Example


Text Example

White with #17DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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