Html Css Color HEX #17ECEC Bright Turquoise

📋 copy color: '#17ECEC'

red 23 ◦ green 236 ◦ blue 236

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

Shades of Bright Turquoise #17ECEC

Tints of Bright Turquoise #17ECEC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.68%

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

R = 4.65%
G = 47.68%
B = 47.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#17ECEC (or 0x17ECEC) is known color: Bright Turquoise. HEX triplet: 17, EC and EC. RGB value is (23,236,236). Sum of RGB (Red+Green+Blue) = 23+236+236=495 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.65% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #17ECEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17ECEC is #E81313. Grayscale: #ACACAC. Windows color (decimal): -15209236 or 15526935. OLE color: 15526935.

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

Color convert

RGB 23 236 236 -
CMYK 0.90 0 0 0.07
HSL 180º 0.85% 0.51% -
HSV(B) 180º 0.9% 0.93% -
XYZ 45.49 66.23 89.74 -
YUV 172.31 163.93 21.5 -
System Red Green Blue C M Y K H S L
Decimal 23 236 236 0.90 0 0 0.07 180 0.85 0.51
Hex 17 EC EC 5A 0 0 7 B4 55 33
Octal 27 354 354 132 0 0 7 264 125 63
Binary 10111 11101100 11101100 1011010 0 0 111 10110100 1010101 110011

Color Harmonies of #17ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17ECEC

Black with #17ECEC

Text Example


Text Example

White with #17ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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