#23E1FF

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

Shades of Bright Turquoise #23E1FF

Tints of Bright Turquoise #23E1FF

Color information

#23E1FF (or 0x23E1FF) is unknown color: approx Bright Turquoise. HEX triplet: 23, E1 and FF. RGB value is (35,225,255). Sum of RGB (Red+Green+Blue) = 35+225+255=515 (68% of max value = 765). Red value is 35 (14.06% from 255 or 6.80% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #23E1FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E1FF is #DC1E00. Grayscale: #ABABAB. Windows color (decimal): -14425601 or 16769315. OLE color: 16769315.

HSL color Cylindrical-coordinate representation of color #23E1FF: hue angle of 188.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23E1FF is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB35225255-
CMYK0.860.1200
HSL188.18º100%56.86%-
HSV(B)188.18º86.27%100%-
XYZ45.6761.43104.06-
YUV171.61175.0530.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 6.80%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 255 (100% from 255) = 49.51%
R=6.80%
G=43.69%
B=49.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal352252550.860.1200188.1810056.86
Hex23E1FF56C00bc6439
Octal43341377126140027414471
Binary10001111100001111111111010110110000101111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,225,255); }

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

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

 a { background-color: rgb(35,225,255); }

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

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

 span { border-color: rgb(35,225,255); }

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