Html Css Color HEX #23EAC3 Turquoise

📋 copy color: '#23EAC3'

red 35 ◦ green 234 ◦ blue 195

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

Shades of Turquoise #23EAC3

Tints of Turquoise #23EAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.03%

R = 7.54%
G = 50.43%
B = 42.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#23EAC3 (or 0x23EAC3) is known color: Turquoise. HEX triplet: 23, EA and C3. RGB value is (35,234,195). Sum of RGB (Red+Green+Blue) = 35+234+195=464 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.54% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #23EAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EAC3 is #DC153C. Grayscale: #AAAAAA. Windows color (decimal): -14423357 or 12839459. OLE color: 12839459.

HSL color Cylindrical-coordinate representation of color #23EAC3: hue angle of 168.24º 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 #23EAC3 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 234 195 -
CMYK 0.85 0 0.17 0.08
HSL 168.24º 0.83% 0.53% -
HSV(B) 168.24º 0.85% 0.92% -
XYZ 39.97 63.14 61.71 -
YUV 170.05 142.07 31.67 -
System Red Green Blue C M Y K H S L
Decimal 35 234 195 0.85 0 0.17 0.08 168.24 0.83 0.53
Hex 23 EA C3 55 0 11 8 A8 53 35
Octal 43 352 303 125 0 21 10 250 123 65
Binary 100011 11101010 11000011 1010101 0 10001 1000 10101000 1010011 110101

Color Harmonies of #23EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EAC3

Black with #23EAC3

Text Example


Text Example

White with #23EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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