Html Css Color HEX #23EDCD Turquoise

📋 copy color: '#23EDCD'

red 35 ◦ green 237 ◦ blue 205

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

Shades of Turquoise #23EDCD

Tints of Turquoise #23EDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 7.34%
G = 49.69%
B = 42.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#23EDCD (or 0x23EDCD) is known color: Turquoise. HEX triplet: 23, ED and CD. RGB value is (35,237,205). Sum of RGB (Red+Green+Blue) = 35+237+205=477 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.34% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #23EDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23EDCD is #DC1232. Grayscale: #ACACAC. Windows color (decimal): -14422579 or 13495587. OLE color: 13495587.

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

Color convert

RGB 35 237 205 -
CMYK 0.85 0 0.14 0.07
HSL 170.5º 0.85% 0.53% -
HSV(B) 170.5º 0.85% 0.93% -
XYZ 42 65.33 68.15 -
YUV 172.95 146.08 29.6 -
System Red Green Blue C M Y K H S L
Decimal 35 237 205 0.85 0 0.14 0.07 170.5 0.85 0.53
Hex 23 ED CD 55 0 E 7 AA 55 35
Octal 43 355 315 125 0 16 7 252 125 65
Binary 100011 11101101 11001101 1010101 0 1110 111 10101010 1010101 110101

Color Harmonies of #23EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23EDCD

Black with #23EDCD

Text Example


Text Example

White with #23EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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