#23F2D6

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

Shades of Bright Turquoise #23F2D6

Tints of Bright Turquoise #23F2D6

Color information

#23F2D6 (or 0x23F2D6) is unknown color: approx Bright Turquoise. HEX triplet: 23, F2 and D6. RGB value is (35,242,214). Sum of RGB (Red+Green+Blue) = 35+242+214=491 (65% of max value = 765). Red value is 35 (14.06% from 255 or 7.13% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #23F2D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23F2D6 is #DC0D29. Grayscale: #B0B0B0. Windows color (decimal): -14421290 or 14086691. OLE color: 14086691.

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

Color convert

RGB35242214-
CMYK0.8600.120.05
HSL171.88º88.84%54.31%-
HSV(B)171.88º85.54%94.9%-
XYZ44.5868.7274.53-
YUV176.92148.9226.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 7.13%
GREEN value IS 242 (94.92% from 255) = 49.29%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=7.13%
G=49.29%
B=43.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal352422140.8600.120.05171.8888.8454.31
Hex23F2D6560C5ac5936
Octal43362326126014525413166
Binary1000111111001011010110101011001100101101011001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23F2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,242,214); }

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

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

 a { background-color: rgb(35,242,214); }

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

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

 span { border-color: rgb(35,242,214); }

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