Html Css Color HEX #23EEC5 Turquoise

📋 copy color: '#23EEC5'

red 35 ◦ green 238 ◦ blue 197

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

Shades of Turquoise #23EEC5

Tints of Turquoise #23EEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.91%

R = 7.45%
G = 50.64%
B = 41.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#23EEC5 (or 0x23EEC5) is known color: Turquoise. HEX triplet: 23, EE and C5. RGB value is (35,238,197). Sum of RGB (Red+Green+Blue) = 35+238+197=470 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.45% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #23EEC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EEC5 is #DC113A. Grayscale: #ACACAC. Windows color (decimal): -14422331 or 12971555. OLE color: 12971555.

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

Color convert

RGB 35 238 197 -
CMYK 0.85 0 0.17 0.07
HSL 167.88º 0.86% 0.54% -
HSV(B) 167.88º 0.85% 0.93% -
XYZ 41.35 65.54 63.29 -
YUV 172.63 141.75 29.83 -
System Red Green Blue C M Y K H S L
Decimal 35 238 197 0.85 0 0.17 0.07 167.88 0.86 0.54
Hex 23 EE C5 55 0 11 7 A8 56 36
Octal 43 356 305 125 0 21 7 250 126 66
Binary 100011 11101110 11000101 1010101 0 10001 111 10101000 1010110 110110

Color Harmonies of #23EEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EEC5

Black with #23EEC5

Text Example


Text Example

White with #23EEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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