Html Css Color HEX #0ACCDD Dark Turquoise

📋 copy color: '#0ACCDD'

red 10 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #0ACCDD

Tints of Dark Turquoise #0ACCDD

RGB

 RED value IS 10 (4.3% from 255) = 2.3%

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 2.3%
G = 46.9%
B = 50.8%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ACCDD (or 0x0ACCDD) is known color: Dark Turquoise. HEX triplet: 0A, CC and DD. RGB value is (10,204,221). Sum of RGB (Red+Green+Blue) = 10+204+221=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ACCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCDD is #F53322. Grayscale: #939393. Windows color (decimal): -16069411 or 14535690. OLE color: 14535690.

HSL color Cylindrical-coordinate representation of color #0ACCDD: hue angle of 184.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACCDD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 204 221 -
CMYK 0.95 0.08 0 0.13
HSL 184.83º 0.91% 0.45% -
HSV(B) 184.83º 0.95% 0.87% -
XYZ 34.77 48.47 75.93 -
YUV 147.93 169.23 29.62 -
System Red Green Blue C M Y K H S L
Decimal 10 204 221 0.95 0.08 0 0.13 184.83 0.91 0.45
Hex A CC DD 5F 8 0 D B9 5B 2D
Octal 12 314 335 137 10 0 15 271 133 55
Binary 1010 11001100 11011101 1011111 1000 0 1101 10111001 1011011 101101

Color Harmonies of #0ACCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCDD

Black with #0ACCDD

Text Example


Text Example

White with #0ACCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ACCDD; }

 p { color: rgb(10,204,221); }

 H1.HeaderClassName
 {
   color: #0ACCDD;
 }
 .AnyTagClassName
 {
   color: #0ACCDD;
 }
</style>

background-color css

<style>
 a { background-color: #0ACCDD; }

 a { background-color: rgb(10,204,221); }

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

border-color css

<style>
 span { border-color: #0ACCDD; }

 span { border-color: rgb(10,204,221); }

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