Html Css Color HEX #17EDCE Bright Turquoise

📋 copy color: '#17EDCE'

red 23 ◦ green 237 ◦ blue 206

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

Shades of Bright Turquoise #17EDCE

Tints of Bright Turquoise #17EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.86%

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

R = 4.94%
G = 50.86%
B = 44.21%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#17EDCE (or 0x17EDCE) is known color: Bright Turquoise. HEX triplet: 17, ED and CE. RGB value is (23,237,206). Sum of RGB (Red+Green+Blue) = 23+237+206=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #17EDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EDCE is #E81231. Grayscale: #A9A9A9. Windows color (decimal): -15209010 or 13561111. OLE color: 13561111.

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

Color convert

RGB 23 237 206 -
CMYK 0.90 0 0.13 0.07
HSL 171.31º 0.86% 0.51% -
HSV(B) 171.31º 0.9% 0.93% -
XYZ 41.78 65.21 68.78 -
YUV 169.48 148.6 23.52 -
System Red Green Blue C M Y K H S L
Decimal 23 237 206 0.90 0 0.13 0.07 171.31 0.86 0.51
Hex 17 ED CE 5A 0 D 7 AB 56 33
Octal 27 355 316 132 0 15 7 253 126 63
Binary 10111 11101101 11001110 1011010 0 1101 111 10101011 1010110 110011

Color Harmonies of #17EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EDCE

Black with #17EDCE

Text Example


Text Example

White with #17EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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