#23F1E4

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

Shades of Bright Turquoise #23F1E4

Tints of Bright Turquoise #23F1E4

Color information

#23F1E4 (or 0x23F1E4) is unknown color: approx Bright Turquoise. HEX triplet: 23, F1 and E4. RGB value is (35,241,228). Sum of RGB (Red+Green+Blue) = 35+241+228=504 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.94% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #23F1E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F1E4 is #DC0E1B. Grayscale: #B1B1B1. Windows color (decimal): -14421532 or 15003939. OLE color: 15003939.

HSL color Cylindrical-coordinate representation of color #23F1E4: hue angle of 176.21º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23F1E4 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB35241228-
CMYK0.8500.050.05
HSL176.21º88.03%54.12%-
HSV(B)176.21º85.48%94.51%-
XYZ46.1568.8784.26-
YUV177.92156.2526.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 6.94%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 228 (89.45% from 255) = 45.24%
R=6.94%
G=47.82%
B=45.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal352412280.8500.050.05176.2188.0354.12
Hex23F1E455055b05836
Octal4336134412505526013066
Binary100011111100011110010010101010101101101100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23F1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,241,228); }

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

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

 a { background-color: rgb(35,241,228); }

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

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

 span { border-color: rgb(35,241,228); }

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