Html Css Color HEX #0ACDD6 Dark Turquoise

📋 copy color: '#0ACDD6'

red 10 ◦ green 205 ◦ blue 214

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

Shades of Dark Turquoise #0ACDD6

Tints of Dark Turquoise #0ACDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.88%

R = 2.33%
G = 47.79%
B = 49.88%

CMYK

 C value IS 0.95

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0ACDD6 (or 0x0ACDD6) is known color: Dark Turquoise. HEX triplet: 0A, CD and D6. RGB value is (10,205,214). Sum of RGB (Red+Green+Blue) = 10+205+214=429 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #0ACDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDD6 is #F53229. Grayscale: #939393. Windows color (decimal): -16069162 or 14077194. OLE color: 14077194.

HSL color Cylindrical-coordinate representation of color #0ACDD6: hue angle of 182.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACDD6 is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 205 214 -
CMYK 0.95 0.04 0 0.16
HSL 182.65º 0.91% 0.44% -
HSV(B) 182.65º 0.95% 0.84% -
XYZ 34.09 48.58 71.2 -
YUV 147.72 165.4 29.77 -
System Red Green Blue C M Y K H S L
Decimal 10 205 214 0.95 0.04 0 0.16 182.65 0.91 0.44
Hex A CD D6 5F 4 0 10 B7 5B 2C
Octal 12 315 326 137 4 0 20 267 133 54
Binary 1010 11001101 11010110 1011111 100 0 10000 10110111 1011011 101100

Color Harmonies of #0ACDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDD6

Black with #0ACDD6

Text Example


Text Example

White with #0ACDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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