Html Css Color HEX #23EABD Turquoise

📋 copy color: '#23EABD'

red 35 ◦ green 234 ◦ blue 189

#23EABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #23EABD

Tints of Turquoise #23EABD

RGB

 RED value IS 35 (14.06% from 255) = 7.64%

 GREEN value IS 234 (91.8% from 255) = 51.09%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 7.64%
G = 51.09%
B = 41.27%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#23EABD (or 0x23EABD) is known color: Turquoise. HEX triplet: 23, EA and BD. RGB value is (35,234,189). Sum of RGB (Red+Green+Blue) = 35+234+189=458 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.64% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #23EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EABD is #DC1542. Grayscale: #A9A9A9. Windows color (decimal): -14423363 or 12446243. OLE color: 12446243.

HSL color Cylindrical-coordinate representation of color #23EABD: hue angle of 166.43º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23EABD is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 234 189 -
CMYK 0.85 0 0.19 0.08
HSL 166.43º 0.83% 0.53% -
HSV(B) 166.43º 0.85% 0.92% -
XYZ 39.3 62.88 58.21 -
YUV 169.37 139.07 32.16 -
System Red Green Blue C M Y K H S L
Decimal 35 234 189 0.85 0 0.19 0.08 166.43 0.83 0.53
Hex 23 EA BD 55 0 13 8 A6 53 35
Octal 43 352 275 125 0 23 10 246 123 65
Binary 100011 11101010 10111101 1010101 0 10011 1000 10100110 1010011 110101

Color Harmonies of #23EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EABD

Black with #23EABD

Text Example


Text Example

White with #23EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,234,189); }

 H1.HeaderClassName
 {
   color: #23EABD;
 }
 .AnyTagClassName
 {
   color: #23EABD;
 }
</style>

background-color css

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

 a { background-color: rgb(35,234,189); }

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

border-color css

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

 span { border-color: rgb(35,234,189); }

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