#23E4F1

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

Shades of Bright Turquoise #23E4F1

Tints of Bright Turquoise #23E4F1

Color information

#23E4F1 (or 0x23E4F1) is unknown color: approx Bright Turquoise. HEX triplet: 23, E4 and F1. RGB value is (35,228,241). Sum of RGB (Red+Green+Blue) = 35+228+241=504 (66% of max value = 765). Red value is 35 (14.06% from 255 or 6.94% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #23E4F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E4F1 is #DC1B0E. Grayscale: #ABABAB. Windows color (decimal): -14424847 or 15852579. OLE color: 15852579.

HSL color Cylindrical-coordinate representation of color #23E4F1: hue angle of 183.79º 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 #23E4F1 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB35228241-
CMYK0.850.0500.05
HSL183.79º88.03%54.12%-
HSV(B)183.79º85.48%94.51%-
XYZ44.3162.292.89-
YUV171.77167.0630.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal352282410.850.0500.05183.7988.0354.12
Hex23E4F155505b85836
Octal4334436112550527013066
Binary100011111001001111000110101011010101101110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23E4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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