Html Css Color HEX #23DFC0 Turquoise

📋 copy color: '#23DFC0'

red 35 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #23DFC0

Tints of Turquoise #23DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.56%

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

R = 7.78%
G = 49.56%
B = 42.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#23DFC0 (or 0x23DFC0) is known color: Turquoise. HEX triplet: 23, DF and C0. RGB value is (35,223,192). Sum of RGB (Red+Green+Blue) = 35+223+192=450 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.78% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFC0 is #DC203F. Grayscale: #A3A3A3. Windows color (decimal): -14426176 or 12640035. OLE color: 12640035.

HSL color Cylindrical-coordinate representation of color #23DFC0: hue angle of 170.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23DFC0 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 223 192 -
CMYK 0.84 0 0.14 0.13
HSL 170.11º 0.75% 0.51% -
HSV(B) 170.11º 0.84% 0.87% -
XYZ 36.6 56.94 58.93 -
YUV 163.25 144.22 36.52 -
System Red Green Blue C M Y K H S L
Decimal 35 223 192 0.84 0 0.14 0.13 170.11 0.75 0.51
Hex 23 DF C0 54 0 E D AA 4B 33
Octal 43 337 300 124 0 16 15 252 113 63
Binary 100011 11011111 11000000 1010100 0 1110 1101 10101010 1001011 110011

Color Harmonies of #23DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFC0

Black with #23DFC0

Text Example


Text Example

White with #23DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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