Html Css Color HEX #23DFC9 Turquoise

📋 copy color: '#23DFC9'

red 35 ◦ green 223 ◦ blue 201

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

Shades of Turquoise #23DFC9

Tints of Turquoise #23DFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.79%

R = 7.63%
G = 48.58%
B = 43.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#23DFC9 (or 0x23DFC9) is known color: Turquoise. HEX triplet: 23, DF and C9. RGB value is (35,223,201). Sum of RGB (Red+Green+Blue) = 35+223+201=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #23DFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DFC9 is #DC2036. Grayscale: #A4A4A4. Windows color (decimal): -14426167 or 13229859. OLE color: 13229859.

HSL color Cylindrical-coordinate representation of color #23DFC9: hue angle of 172.98º 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 #23DFC9 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 223 201 -
CMYK 0.84 0 0.10 0.13
HSL 172.98º 0.75% 0.51% -
HSV(B) 172.98º 0.84% 0.87% -
XYZ 37.62 57.35 64.34 -
YUV 164.28 148.72 35.79 -
System Red Green Blue C M Y K H S L
Decimal 35 223 201 0.84 0 0.10 0.13 172.98 0.75 0.51
Hex 23 DF C9 54 0 A D AD 4B 33
Octal 43 337 311 124 0 12 15 255 113 63
Binary 100011 11011111 11001001 1010100 0 1010 1101 10101101 1001011 110011

Color Harmonies of #23DFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DFC9

Black with #23DFC9

Text Example


Text Example

White with #23DFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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