Html Css Color HEX #23DDDB Bright Turquoise

📋 copy color: '#23DDDB'

red 35 ◦ green 221 ◦ blue 219

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

Shades of Bright Turquoise #23DDDB

Tints of Bright Turquoise #23DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 7.37%
G = 46.53%
B = 46.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#23DDDB (or 0x23DDDB) is known color: Bright Turquoise. HEX triplet: 23, DD and DB. RGB value is (35,221,219). Sum of RGB (Red+Green+Blue) = 35+221+219=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #23DDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DDDB is #DC2224. Grayscale: #A4A4A4. Windows color (decimal): -14426661 or 14408995. OLE color: 14408995.

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

Color convert

RGB 35 221 219 -
CMYK 0.84 0 0.01 0.13
HSL 179.35º 0.73% 0.5% -
HSV(B) 179.35º 0.84% 0.87% -
XYZ 39.34 57.18 75.98 -
YUV 165.16 158.38 35.16 -
System Red Green Blue C M Y K H S L
Decimal 35 221 219 0.84 0 0.01 0.13 179.35 0.73 0.5
Hex 23 DD DB 54 0 1 D B3 49 32
Octal 43 335 333 124 0 1 15 263 111 62
Binary 100011 11011101 11011011 1010100 0 1 1101 10110011 1001001 110010

Color Harmonies of #23DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DDDB

Black with #23DDDB

Text Example


Text Example

White with #23DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,221,219); }

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

background-color css

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

 a { background-color: rgb(35,221,219); }

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

border-color css

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

 span { border-color: rgb(35,221,219); }

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