Html Css Color HEX #23CCDB Dark Turquoise

📋 copy color: '#23CCDB'

red 35 ◦ green 204 ◦ blue 219

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

Shades of Dark Turquoise #23CCDB

Tints of Dark Turquoise #23CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

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

R = 7.64%
G = 44.54%
B = 47.82%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23CCDB (or 0x23CCDB) is known color: Dark Turquoise. HEX triplet: 23, CC and DB. RGB value is (35,204,219). Sum of RGB (Red+Green+Blue) = 35+204+219=458 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.64% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #23CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CCDB is #DC3324. Grayscale: #9A9A9A. Windows color (decimal): -14431013 or 14404643. OLE color: 14404643.

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

Color convert

RGB 35 204 219 -
CMYK 0.84 0.07 0 0.14
HSL 184.89º 0.72% 0.5% -
HSV(B) 184.89º 0.84% 0.86% -
XYZ 35.07 48.66 74.56 -
YUV 155.18 164.01 42.28 -
System Red Green Blue C M Y K H S L
Decimal 35 204 219 0.84 0.07 0 0.14 184.89 0.72 0.5
Hex 23 CC DB 54 7 0 E B9 48 32
Octal 43 314 333 124 7 0 16 271 110 62
Binary 100011 11001100 11011011 1010100 111 0 1110 10111001 1001000 110010

Color Harmonies of #23CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CCDB

Black with #23CCDB

Text Example


Text Example

White with #23CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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