#23E3EE

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

Shades of Bright Turquoise #23E3EE

Tints of Bright Turquoise #23E3EE

Color information

#23E3EE (or 0x23E3EE) is unknown color: approx Bright Turquoise. HEX triplet: 23, E3 and EE. RGB value is (35,227,238). Sum of RGB (Red+Green+Blue) = 35+227+238=500 (66% of max value = 765). Red value is 35 (14.06% from 255 or 7% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #23E3EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23E3EE is #DC1C11. Grayscale: #AAAAAA. Windows color (decimal): -14425106 or 15655715. OLE color: 15655715.

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

Color convert

RGB35227238-
CMYK0.850.0500.07
HSL183.25º85.65%53.53%-
HSV(B)183.25º85.29%93.33%-
XYZ43.5961.4790.46-
YUV170.85165.8931.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7%
GREEN value IS 227 (89.06% from 255) = 45.4%
BLUE value IS 238 (93.36% from 255) = 47.6%
R=7%
G=45.4%
B=47.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal352272380.850.0500.07183.2585.6553.53
Hex23E3EE55507b75636
Octal4334335612550726712666
Binary100011111000111110111010101011010111101101111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23E3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,227,238); }

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

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

 a { background-color: rgb(35,227,238); }

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

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

 span { border-color: rgb(35,227,238); }

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