#23D2E7

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

Shades of Bright Turquoise #23D2E7

Tints of Bright Turquoise #23D2E7

Color information

#23D2E7 (or 0x23D2E7) is unknown color: approx Bright Turquoise. HEX triplet: 23, D2 and E7. RGB value is (35,210,231). Sum of RGB (Red+Green+Blue) = 35+210+231=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #23D2E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23D2E7 is #DC2D18. Grayscale: #9F9F9F. Windows color (decimal): -14429465 or 15192611. OLE color: 15192611.

HSL color Cylindrical-coordinate representation of color #23D2E7: hue angle of 186.43º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23D2E7 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB35210231-
CMYK0.850.0900.09
HSL186.43º80.33%52.16%-
HSV(B)186.43º84.85%90.59%-
XYZ38.1652.2283.67-
YUV160.07168.0238.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.35%
GREEN value IS 210 (82.42% from 255) = 44.12%
BLUE value IS 231 (90.62% from 255) = 48.53%
R=7.35%
G=44.12%
B=48.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal352102310.850.0900.09186.4380.3352.16
Hex23D2E755909ba5034
Octal433223471251101127212064
Binary10001111010010111001111010101100101001101110101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23D2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,210,231); }

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

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

 a { background-color: rgb(35,210,231); }

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

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

 span { border-color: rgb(35,210,231); }

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