#23F7C8

Color #23F7C8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #23F7C8

Tints of Turquoise #23F7C8

Color information

#23F7C8 (or 0x23F7C8) is unknown color: approx Turquoise. HEX triplet: 23, F7 and C8. RGB value is (35,247,200). Sum of RGB (Red+Green+Blue) = 35+247+200=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #23F7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F7C8 is #DC0837. Grayscale: #B2B2B2. Windows color (decimal): -14420024 or 13170467. OLE color: 13170467.

HSL color Cylindrical-coordinate representation of color #23F7C8: hue angle of 166.7º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23F7C8 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB35247200-
CMYK0.8600.190.03
HSL166.7º92.98%55.29%-
HSV(B)166.7º85.83%96.86%-
XYZ44.3871.0566.02-
YUV178.25140.2625.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.26%
GREEN value IS 247 (96.88% from 255) = 51.24%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=7.26%
G=51.24%
B=41.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal352472000.8600.190.03166.792.9855.29
Hex23F7C8560133a75d37
Octal43367310126023324713567
Binary1000111111011111001000101011001001111101001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23F7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23F7C8; }

 p { color: rgb(35,247,200); }

 H1.HeaderClassName
 {
   color: #23F7C8;
 }
 .AnyTagClassName
 {
   color: #23F7C8;
 }
</style>
background-color css

<style>
 a { background-color: #23F7C8; }

 a { background-color: rgb(35,247,200); }

 div.DivClassName
 {
   background-color: #23F7C8;
 }
 .BgClassName
 {
   background-color: #23F7C8;
 }
</style>
border-color css

<style>
 span { border-color: #23F7C8; }

 span { border-color: rgb(35,247,200); }

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