Html Css Color HEX #17D0EC Bright Turquoise

📋 copy color: '#17D0EC'

red 23 ◦ green 208 ◦ blue 236

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

Shades of Bright Turquoise #17D0EC

Tints of Bright Turquoise #17D0EC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 236 (92.58% from 255) = 50.54%

R = 4.93%
G = 44.54%
B = 50.54%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#17D0EC (or 0x17D0EC) is known color: Bright Turquoise. HEX triplet: 17, D0 and EC. RGB value is (23,208,236). Sum of RGB (Red+Green+Blue) = 23+208+236=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #17D0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D0EC is #E82F13. Grayscale: #9B9B9B. Windows color (decimal): -15216404 or 15519767. OLE color: 15519767.

HSL color Cylindrical-coordinate representation of color #17D0EC: hue angle of 187.89º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17D0EC is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 208 236 -
CMYK 0.90 0.12 0 0.07
HSL 187.89º 0.85% 0.51% -
HSV(B) 187.89º 0.9% 0.93% -
XYZ 38.05 51.35 87.26 -
YUV 155.88 173.21 33.22 -
System Red Green Blue C M Y K H S L
Decimal 23 208 236 0.90 0.12 0 0.07 187.89 0.85 0.51
Hex 17 D0 EC 5A C 0 7 BC 55 33
Octal 27 320 354 132 14 0 7 274 125 63
Binary 10111 11010000 11101100 1011010 1100 0 111 10111100 1010101 110011

Color Harmonies of #17D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17D0EC

Black with #17D0EC

Text Example


Text Example

White with #17D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,208,236); }

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

background-color css

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

 a { background-color: rgb(23,208,236); }

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

border-color css

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

 span { border-color: rgb(23,208,236); }

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