Html Css Color HEX #0ACDD8 Dark Turquoise

📋 copy color: '#0ACDD8'

red 10 ◦ green 205 ◦ blue 216

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

Shades of Dark Turquoise #0ACDD8

Tints of Dark Turquoise #0ACDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.12%

R = 2.32%
G = 47.56%
B = 50.12%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0ACDD8 (or 0x0ACDD8) is known color: Dark Turquoise. HEX triplet: 0A, CD and D8. RGB value is (10,205,216). Sum of RGB (Red+Green+Blue) = 10+205+216=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #0ACDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACDD8 is #F53227. Grayscale: #939393. Windows color (decimal): -16069160 or 14208266. OLE color: 14208266.

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

Color convert

RGB 10 205 216 -
CMYK 0.95 0.05 0 0.15
HSL 183.2º 0.91% 0.44% -
HSV(B) 183.2º 0.95% 0.85% -
XYZ 34.35 48.69 72.55 -
YUV 147.95 166.4 29.61 -
System Red Green Blue C M Y K H S L
Decimal 10 205 216 0.95 0.05 0 0.15 183.2 0.91 0.44
Hex A CD D8 5F 5 0 F B7 5B 2C
Octal 12 315 330 137 5 0 17 267 133 54
Binary 1010 11001101 11011000 1011111 101 0 1111 10110111 1011011 101100

Color Harmonies of #0ACDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACDD8

Black with #0ACDD8

Text Example


Text Example

White with #0ACDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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