Html Css Color HEX #17EBCE Bright Turquoise

📋 copy color: '#17EBCE'

red 23 ◦ green 235 ◦ blue 206

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

Shades of Bright Turquoise #17EBCE

Tints of Bright Turquoise #17EBCE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.65%

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

R = 4.96%
G = 50.65%
B = 44.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#17EBCE (or 0x17EBCE) is known color: Bright Turquoise. HEX triplet: 17, EB and CE. RGB value is (23,235,206). Sum of RGB (Red+Green+Blue) = 23+235+206=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #17EBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EBCE is #E81431. Grayscale: #A8A8A8. Windows color (decimal): -15209522 or 13560599. OLE color: 13560599.

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

Color convert

RGB 23 235 206 -
CMYK 0.90 0 0.12 0.08
HSL 171.79º 0.84% 0.51% -
HSV(B) 171.79º 0.9% 0.92% -
XYZ 41.2 64.06 68.58 -
YUV 168.31 149.26 24.36 -
System Red Green Blue C M Y K H S L
Decimal 23 235 206 0.90 0 0.12 0.08 171.79 0.84 0.51
Hex 17 EB CE 5A 0 C 8 AC 54 33
Octal 27 353 316 132 0 14 10 254 124 63
Binary 10111 11101011 11001110 1011010 0 1100 1000 10101100 1010100 110011

Color Harmonies of #17EBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EBCE

Black with #17EBCE

Text Example


Text Example

White with #17EBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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