Html Css Color HEX #0ACCDA Dark Turquoise

📋 copy color: '#0ACCDA'

red 10 ◦ green 204 ◦ blue 218

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

Shades of Dark Turquoise #0ACCDA

Tints of Dark Turquoise #0ACCDA

RGB

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

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

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

R = 2.31%
G = 47.22%
B = 50.46%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0ACCDA (or 0x0ACCDA) is known color: Dark Turquoise. HEX triplet: 0A, CC and DA. RGB value is (10,204,218). Sum of RGB (Red+Green+Blue) = 10+204+218=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #0ACCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACCDA is #F53325. Grayscale: #939393. Windows color (decimal): -16069414 or 14339082. OLE color: 14339082.

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

Color convert

RGB 10 204 218 -
CMYK 0.95 0.06 0 0.15
HSL 184.04º 0.91% 0.45% -
HSV(B) 184.04º 0.95% 0.85% -
XYZ 34.37 48.31 73.84 -
YUV 147.59 167.73 29.86 -
System Red Green Blue C M Y K H S L
Decimal 10 204 218 0.95 0.06 0 0.15 184.04 0.91 0.45
Hex A CC DA 5F 6 0 F B8 5B 2D
Octal 12 314 332 137 6 0 17 270 133 55
Binary 1010 11001100 11011010 1011111 110 0 1111 10111000 1011011 101101

Color Harmonies of #0ACCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACCDA

Black with #0ACCDA

Text Example


Text Example

White with #0ACCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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