Html Css Color HEX #17FFCF Bright Turquoise

📋 copy color: '#17FFCF'

red 23 ◦ green 255 ◦ blue 207

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

Shades of Bright Turquoise #17FFCF

Tints of Bright Turquoise #17FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 52.58%

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

R = 4.74%
G = 52.58%
B = 42.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#17FFCF (or 0x17FFCF) is known color: Bright Turquoise. HEX triplet: 17, FF and CF. RGB value is (23,255,207). Sum of RGB (Red+Green+Blue) = 23+255+207=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #17FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FFCF is #E80030. Grayscale: #B4B4B4. Windows color (decimal): -15204401 or 13631255. OLE color: 13631255.

HSL color Cylindrical-coordinate representation of color #17FFCF: hue angle of 167.59º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FFCF is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 23 255 207 -
CMYK 0.91 0 0.19 0
HSL 167.59º 1% 0.55% -
HSV(B) 167.59º 0.91% 1% -
XYZ 47.38 76.21 71.24 -
YUV 180.16 143.14 15.9 -
System Red Green Blue C M Y K H S L
Decimal 23 255 207 0.91 0 0.19 0 167.59 1 0.55
Hex 17 FF CF 5B 0 13 0 A8 64 37
Octal 27 377 317 133 0 23 0 250 144 67
Binary 10111 11111111 11001111 1011011 0 10011 0 10101000 1100100 110111

Color Harmonies of #17FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17FFCF

Black with #17FFCF

Text Example


Text Example

White with #17FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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