#23E5C4

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

Shades of Turquoise #23E5C4

Tints of Turquoise #23E5C4

Color information

#23E5C4 (or 0x23E5C4) is unknown color: approx Turquoise. HEX triplet: 23, E5 and C4. RGB value is (35,229,196). Sum of RGB (Red+Green+Blue) = 35+229+196=460 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.61% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #23E5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23E5C4 is #DC1A3B. Grayscale: #A7A7A7. Windows color (decimal): -14424636 or 12903715. OLE color: 12903715.

HSL color Cylindrical-coordinate representation of color #23E5C4: hue angle of 169.79º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23E5C4 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB35229196-
CMYK0.8500.140.10
HSL169.79º78.86%51.76%-
HSV(B)169.79º84.72%89.8%-
XYZ38.6860.3861.84-
YUV167.23144.2333.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.61%
GREEN value IS 229 (89.84% from 255) = 49.78%
BLUE value IS 196 (76.95% from 255) = 42.61%
R=7.61%
G=49.78%
B=42.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal352291960.8500.140.10169.7978.8651.76
Hex23E5C4550EAaa4f34
Octal433453041250161225211764
Binary10001111100101110001001010101011101010101010101001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23E5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,229,196); }

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

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

 a { background-color: rgb(35,229,196); }

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

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

 span { border-color: rgb(35,229,196); }

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