Html Css Color HEX #17DECF Bright Turquoise

📋 copy color: '#17DECF'

red 23 ◦ green 222 ◦ blue 207

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

Shades of Bright Turquoise #17DECF

Tints of Bright Turquoise #17DECF

RGB

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

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

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

R = 5.09%
G = 49.12%
B = 45.8%

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

#17DECF (or 0x17DECF) is known color: Bright Turquoise. HEX triplet: 17, DE and CF. RGB value is (23,222,207). Sum of RGB (Red+Green+Blue) = 23+222+207=452 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.09% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #17DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DECF is #E82130. Grayscale: #A0A0A0. Windows color (decimal): -15212849 or 13622807. OLE color: 13622807.

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

Color convert

RGB 23 222 207 -
CMYK 0.90 0 0.07 0.13
HSL 175.48º 0.81% 0.48% -
HSV(B) 175.48º 0.9% 0.87% -
XYZ 37.74 56.93 68.03 -
YUV 160.79 154.07 29.72 -
System Red Green Blue C M Y K H S L
Decimal 23 222 207 0.90 0 0.07 0.13 175.48 0.81 0.48
Hex 17 DE CF 5A 0 7 D AF 51 30
Octal 27 336 317 132 0 7 15 257 121 60
Binary 10111 11011110 11001111 1011010 0 111 1101 10101111 1010001 110000

Color Harmonies of #17DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17DECF

Black with #17DECF

Text Example


Text Example

White with #17DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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