Html Css Color HEX #17F2CE Bright Turquoise

📋 copy color: '#17F2CE'

red 23 ◦ green 242 ◦ blue 206

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

Shades of Bright Turquoise #17F2CE

Tints of Bright Turquoise #17F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.38%

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

R = 4.88%
G = 51.38%
B = 43.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#17F2CE (or 0x17F2CE) is known color: Bright Turquoise. HEX triplet: 17, F2 and CE. RGB value is (23,242,206). Sum of RGB (Red+Green+Blue) = 23+242+206=471 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.88% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #17F2CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F2CE is #E80D31. Grayscale: #ACACAC. Windows color (decimal): -15207730 or 13562391. OLE color: 13562391.

HSL color Cylindrical-coordinate representation of color #17F2CE: hue angle of 170.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17F2CE is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 23 242 206 -
CMYK 0.90 0 0.15 0.05
HSL 170.14º 0.89% 0.52% -
HSV(B) 170.14º 0.9% 0.95% -
XYZ 43.25 68.14 69.27 -
YUV 172.42 146.95 21.43 -
System Red Green Blue C M Y K H S L
Decimal 23 242 206 0.90 0 0.15 0.05 170.14 0.89 0.52
Hex 17 F2 CE 5A 0 F 5 AA 59 34
Octal 27 362 316 132 0 17 5 252 131 64
Binary 10111 11110010 11001110 1011010 0 1111 101 10101010 1011001 110100

Color Harmonies of #17F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17F2CE

Black with #17F2CE

Text Example


Text Example

White with #17F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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