Html Css Color HEX #17EBCF Bright Turquoise

📋 copy color: '#17EBCF'

red 23 ◦ green 235 ◦ blue 207

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

Shades of Bright Turquoise #17EBCF

Tints of Bright Turquoise #17EBCF

RGB

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

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

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

R = 4.95%
G = 50.54%
B = 44.52%

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

#17EBCF (or 0x17EBCF) is known color: Bright Turquoise. HEX triplet: 17, EB and CF. RGB value is (23,235,207). Sum of RGB (Red+Green+Blue) = 23+235+207=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #17EBCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EBCF is #E81430. Grayscale: #A8A8A8. Windows color (decimal): -15209521 or 13626135. OLE color: 13626135.

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

Color convert

RGB 23 235 207 -
CMYK 0.90 0 0.12 0.08
HSL 172.08º 0.84% 0.51% -
HSV(B) 172.08º 0.9% 0.92% -
XYZ 41.32 64.1 69.23 -
YUV 168.42 149.76 24.28 -
System Red Green Blue C M Y K H S L
Decimal 23 235 207 0.90 0 0.12 0.08 172.08 0.84 0.51
Hex 17 EB CF 5A 0 C 8 AC 54 33
Octal 27 353 317 132 0 14 10 254 124 63
Binary 10111 11101011 11001111 1011010 0 1100 1000 10101100 1010100 110011

Color Harmonies of #17EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17EBCF

Black with #17EBCF

Text Example


Text Example

White with #17EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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