Html Css Color HEX #23D9DF Bright Turquoise

📋 copy color: '#23D9DF'

red 35 ◦ green 217 ◦ blue 223

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

Shades of Bright Turquoise #23D9DF

Tints of Bright Turquoise #23D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.68%

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 7.37%
G = 45.68%
B = 46.95%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#23D9DF (or 0x23D9DF) is known color: Bright Turquoise. HEX triplet: 23, D9 and DF. RGB value is (35,217,223). Sum of RGB (Red+Green+Blue) = 35+217+223=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #23D9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23D9DF is #DC2620. Grayscale: #A3A3A3. Windows color (decimal): -14427681 or 14670115. OLE color: 14670115.

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

Color convert

RGB 35 217 223 -
CMYK 0.84 0.03 0 0.13
HSL 181.91º 0.75% 0.51% -
HSV(B) 181.91º 0.84% 0.87% -
XYZ 38.83 55.31 78.44 -
YUV 163.27 161.7 36.51 -
System Red Green Blue C M Y K H S L
Decimal 35 217 223 0.84 0.03 0 0.13 181.91 0.75 0.51
Hex 23 D9 DF 54 3 0 D B6 4B 33
Octal 43 331 337 124 3 0 15 266 113 63
Binary 100011 11011001 11011111 1010100 11 0 1101 10110110 1001011 110011

Color Harmonies of #23D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23D9DF

Black with #23D9DF

Text Example


Text Example

White with #23D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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