Html Css Color HEX #23DCC5 Turquoise

📋 copy color: '#23DCC5'

red 35 ◦ green 220 ◦ blue 197

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

Shades of Turquoise #23DCC5

Tints of Turquoise #23DCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.67%

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

R = 7.74%
G = 48.67%
B = 43.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#23DCC5 (or 0x23DCC5) is known color: Turquoise. HEX triplet: 23, DC and C5. RGB value is (35,220,197). Sum of RGB (Red+Green+Blue) = 35+220+197=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #23DCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DCC5 is #DC233A. Grayscale: #A1A1A1. Windows color (decimal): -14426939 or 12966947. OLE color: 12966947.

HSL color Cylindrical-coordinate representation of color #23DCC5: hue angle of 172.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DCC5 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 220 197 -
CMYK 0.84 0 0.10 0.14
HSL 172.54º 0.73% 0.5% -
HSV(B) 172.54º 0.84% 0.86% -
XYZ 36.36 55.57 61.63 -
YUV 162.06 147.71 37.37 -
System Red Green Blue C M Y K H S L
Decimal 35 220 197 0.84 0 0.10 0.14 172.54 0.73 0.5
Hex 23 DC C5 54 0 A E AD 49 32
Octal 43 334 305 124 0 12 16 255 111 62
Binary 100011 11011100 11000101 1010100 0 1010 1110 10101101 1001001 110010

Color Harmonies of #23DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCC5

Black with #23DCC5

Text Example


Text Example

White with #23DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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