Html Css Color HEX #23CBDC Dark Turquoise

📋 copy color: '#23CBDC'

red 35 ◦ green 203 ◦ blue 220

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

Shades of Dark Turquoise #23CBDC

Tints of Dark Turquoise #23CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

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

R = 7.64%
G = 44.32%
B = 48.03%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#23CBDC (or 0x23CBDC) is known color: Dark Turquoise. HEX triplet: 23, CB and DC. RGB value is (35,203,220). Sum of RGB (Red+Green+Blue) = 35+203+220=458 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.64% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #23CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CBDC is #DC3423. Grayscale: #9A9A9A. Windows color (decimal): -14431268 or 14469923. OLE color: 14469923.

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

Color convert

RGB 35 203 220 -
CMYK 0.84 0.08 0 0.14
HSL 185.51º 0.73% 0.5% -
HSV(B) 185.51º 0.84% 0.86% -
XYZ 34.97 48.24 75.18 -
YUV 154.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 35 203 220 0.84 0.08 0 0.14 185.51 0.73 0.5
Hex 23 CB DC 54 8 0 E BA 49 32
Octal 43 313 334 124 10 0 16 272 111 62
Binary 100011 11001011 11011100 1010100 1000 0 1110 10111010 1001001 110010

Color Harmonies of #23CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CBDC

Black with #23CBDC

Text Example


Text Example

White with #23CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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