Html Css Color HEX #23CCDA Dark Turquoise

📋 copy color: '#23CCDA'

red 35 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #23CCDA

Tints of Dark Turquoise #23CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 7.66%
G = 44.64%
B = 47.7%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#23CCDA (or 0x23CCDA) is known color: Dark Turquoise. HEX triplet: 23, CC and DA. RGB value is (35,204,218). Sum of RGB (Red+Green+Blue) = 35+204+218=457 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.66% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #23CCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CCDA is #DC3325. Grayscale: #9A9A9A. Windows color (decimal): -14431014 or 14339107. OLE color: 14339107.

HSL color Cylindrical-coordinate representation of color #23CCDA: hue angle of 184.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CCDA is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 204 218 -
CMYK 0.84 0.06 0 0.15
HSL 184.59º 0.72% 0.5% -
HSV(B) 184.59º 0.84% 0.85% -
XYZ 34.94 48.61 73.87 -
YUV 155.07 163.51 42.36 -
System Red Green Blue C M Y K H S L
Decimal 35 204 218 0.84 0.06 0 0.15 184.59 0.72 0.5
Hex 23 CC DA 54 6 0 F B9 48 32
Octal 43 314 332 124 6 0 17 271 110 62
Binary 100011 11001100 11011010 1010100 110 0 1111 10111001 1001000 110010

Color Harmonies of #23CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CCDA

Black with #23CCDA

Text Example


Text Example

White with #23CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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