Html Css Color HEX #23EEC4 Turquoise

📋 copy color: '#23EEC4'

red 35 ◦ green 238 ◦ blue 196

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

Shades of Turquoise #23EEC4

Tints of Turquoise #23EEC4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.75%

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 7.46%
G = 50.75%
B = 41.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#23EEC4 (or 0x23EEC4) is known color: Turquoise. HEX triplet: 23, EE and C4. RGB value is (35,238,196). Sum of RGB (Red+Green+Blue) = 35+238+196=469 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.46% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEC4 is #DC113B. Grayscale: #ACACAC. Windows color (decimal): -14422332 or 12906019. OLE color: 12906019.

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

Color convert

RGB 35 238 196 -
CMYK 0.85 0 0.18 0.07
HSL 167.59º 0.86% 0.54% -
HSV(B) 167.59º 0.85% 0.93% -
XYZ 41.23 65.49 62.69 -
YUV 172.52 141.25 29.92 -
System Red Green Blue C M Y K H S L
Decimal 35 238 196 0.85 0 0.18 0.07 167.59 0.86 0.54
Hex 23 EE C4 55 0 12 7 A8 56 36
Octal 43 356 304 125 0 22 7 250 126 66
Binary 100011 11101110 11000100 1010101 0 10010 111 10101000 1010110 110110

Color Harmonies of #23EEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EEC4

Black with #23EEC4

Text Example


Text Example

White with #23EEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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