Html Css Color HEX #23DBDC Bright Turquoise

📋 copy color: '#23DBDC'

red 35 ◦ green 219 ◦ blue 220

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

Shades of Bright Turquoise #23DBDC

Tints of Bright Turquoise #23DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.2%

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 7.38%
G = 46.2%
B = 46.41%

CMYK

 C value IS 0.84

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23DBDC (or 0x23DBDC) is known color: Bright Turquoise. HEX triplet: 23, DB and DC. RGB value is (35,219,220). Sum of RGB (Red+Green+Blue) = 35+219+220=474 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.38% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #23DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23DBDC is #DC2423. Grayscale: #A3A3A3. Windows color (decimal): -14427172 or 14474019. OLE color: 14474019.

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

Color convert

RGB 35 219 220 -
CMYK 0.84 0.00 0 0.14
HSL 180.32º 0.73% 0.5% -
HSV(B) 180.32º 0.84% 0.86% -
XYZ 38.94 56.19 76.5 -
YUV 164.1 159.54 35.92 -
System Red Green Blue C M Y K H S L
Decimal 35 219 220 0.84 0.00 0 0.14 180.32 0.73 0.5
Hex 23 DB DC 54 0 0 E B4 49 32
Octal 43 333 334 124 0 0 16 264 111 62
Binary 100011 11011011 11011100 1010100 0 0 1110 10110100 1001001 110010

Color Harmonies of #23DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DBDC

Black with #23DBDC

Text Example


Text Example

White with #23DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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