Html Css Color HEX #23CDDB Dark Turquoise

📋 copy color: '#23CDDB'

red 35 ◦ green 205 ◦ blue 219

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

Shades of Dark Turquoise #23CDDB

Tints of Dark Turquoise #23CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

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

R = 7.63%
G = 44.66%
B = 47.71%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23CDDB (or 0x23CDDB) is known color: Dark Turquoise. HEX triplet: 23, CD and DB. RGB value is (35,205,219). Sum of RGB (Red+Green+Blue) = 35+205+219=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #23CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CDDB is #DC3224. Grayscale: #9B9B9B. Windows color (decimal): -14430757 or 14404899. OLE color: 14404899.

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

Color convert

RGB 35 205 219 -
CMYK 0.84 0.06 0 0.14
HSL 184.57º 0.72% 0.5% -
HSV(B) 184.57º 0.84% 0.86% -
XYZ 35.31 49.13 74.64 -
YUV 155.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 35 205 219 0.84 0.06 0 0.14 184.57 0.72 0.5
Hex 23 CD DB 54 6 0 E B9 48 32
Octal 43 315 333 124 6 0 16 271 110 62
Binary 100011 11001101 11011011 1010100 110 0 1110 10111001 1001000 110010

Color Harmonies of #23CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CDDB

Black with #23CDDB

Text Example


Text Example

White with #23CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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