Html Css Color HEX #23ECC5 Turquoise

📋 copy color: '#23ECC5'

red 35 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #23ECC5

Tints of Turquoise #23ECC5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.43%

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

R = 7.48%
G = 50.43%
B = 42.09%

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

#23ECC5 (or 0x23ECC5) is known color: Turquoise. HEX triplet: 23, EC and C5. RGB value is (35,236,197). Sum of RGB (Red+Green+Blue) = 35+236+197=468 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.48% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #23ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23ECC5 is #DC133A. Grayscale: #ABABAB. Windows color (decimal): -14422843 or 12971043. OLE color: 12971043.

HSL color Cylindrical-coordinate representation of color #23ECC5: hue angle of 168.36º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ECC5 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 236 197 -
CMYK 0.85 0 0.17 0.07
HSL 168.36º 0.84% 0.53% -
HSV(B) 168.36º 0.85% 0.93% -
XYZ 40.77 64.38 63.1 -
YUV 171.46 142.41 30.67 -
System Red Green Blue C M Y K H S L
Decimal 35 236 197 0.85 0 0.17 0.07 168.36 0.84 0.53
Hex 23 EC C5 55 0 11 7 A8 54 35
Octal 43 354 305 125 0 21 7 250 124 65
Binary 100011 11101100 11000101 1010101 0 10001 111 10101000 1010100 110101

Color Harmonies of #23ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ECC5

Black with #23ECC5

Text Example


Text Example

White with #23ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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