Html Css Color HEX #0ACDDD Dark Turquoise

📋 copy color: '#0ACDDD'

red 10 ◦ green 205 ◦ blue 221

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

Shades of Dark Turquoise #0ACDDD

Tints of Dark Turquoise #0ACDDD

RGB

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

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

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

R = 2.29%
G = 47.02%
B = 50.69%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ACDDD (or 0x0ACDDD) is known color: Dark Turquoise. HEX triplet: 0A, CD and DD. RGB value is (10,205,221). Sum of RGB (Red+Green+Blue) = 10+205+221=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #0ACDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDDD is #F53222. Grayscale: #949494. Windows color (decimal): -16069155 or 14535946. OLE color: 14535946.

HSL color Cylindrical-coordinate representation of color #0ACDDD: hue angle of 184.55º 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 #0ACDDD is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 205 221 -
CMYK 0.95 0.07 0 0.13
HSL 184.55º 0.91% 0.45% -
HSV(B) 184.55º 0.95% 0.87% -
XYZ 35.01 48.95 76.01 -
YUV 148.52 168.9 29.2 -
System Red Green Blue C M Y K H S L
Decimal 10 205 221 0.95 0.07 0 0.13 184.55 0.91 0.45
Hex A CD DD 5F 7 0 D B9 5B 2D
Octal 12 315 335 137 7 0 15 271 133 55
Binary 1010 11001101 11011101 1011111 111 0 1101 10111001 1011011 101101

Color Harmonies of #0ACDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDDD

Black with #0ACDDD

Text Example


Text Example

White with #0ACDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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