Html Css Color HEX #23EDC0 Turquoise

📋 copy color: '#23EDC0'

red 35 ◦ green 237 ◦ blue 192

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

Shades of Turquoise #23EDC0

Tints of Turquoise #23EDC0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.08%

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 7.54%
G = 51.08%
B = 41.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#23EDC0 (or 0x23EDC0) is known color: Turquoise. HEX triplet: 23, ED and C0. RGB value is (35,237,192). Sum of RGB (Red+Green+Blue) = 35+237+192=464 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.54% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDC0 is #DC123F. Grayscale: #ABABAB. Windows color (decimal): -14422592 or 12643619. OLE color: 12643619.

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

Color convert

RGB 35 237 192 -
CMYK 0.85 0 0.19 0.07
HSL 166.63º 0.85% 0.53% -
HSV(B) 166.63º 0.85% 0.93% -
XYZ 40.49 64.73 60.23 -
YUV 171.47 139.58 30.66 -
System Red Green Blue C M Y K H S L
Decimal 35 237 192 0.85 0 0.19 0.07 166.63 0.85 0.53
Hex 23 ED C0 55 0 13 7 A7 55 35
Octal 43 355 300 125 0 23 7 247 125 65
Binary 100011 11101101 11000000 1010101 0 10011 111 10100111 1010101 110101

Color Harmonies of #23EDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDC0

Black with #23EDC0

Text Example


Text Example

White with #23EDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,237,192); }

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

background-color css

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

 a { background-color: rgb(35,237,192); }

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

border-color css

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

 span { border-color: rgb(35,237,192); }

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