Html Css Color HEX #0ACADB Dark Turquoise

📋 copy color: '#0ACADB'

red 10 ◦ green 202 ◦ blue 219

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

Shades of Dark Turquoise #0ACADB

Tints of Dark Turquoise #0ACADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 2.32%
G = 46.87%
B = 50.81%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0ACADB (or 0x0ACADB) is known color: Dark Turquoise. HEX triplet: 0A, CA and DB. RGB value is (10,202,219). Sum of RGB (Red+Green+Blue) = 10+202+219=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #0ACADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACADB is #F53524. Grayscale: #929292. Windows color (decimal): -16069925 or 14404106. OLE color: 14404106.

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

Color convert

RGB 10 202 219 -
CMYK 0.95 0.08 0 0.14
HSL 184.88º 0.91% 0.45% -
HSV(B) 184.88º 0.95% 0.86% -
XYZ 34.03 47.42 74.38 -
YUV 146.53 168.89 30.62 -
System Red Green Blue C M Y K H S L
Decimal 10 202 219 0.95 0.08 0 0.14 184.88 0.91 0.45
Hex A CA DB 5F 8 0 E B9 5B 2D
Octal 12 312 333 137 10 0 16 271 133 55
Binary 1010 11001010 11011011 1011111 1000 0 1110 10111001 1011011 101101

Color Harmonies of #0ACADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACADB

Black with #0ACADB

Text Example


Text Example

White with #0ACADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,202,219); }

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

background-color css

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

 a { background-color: rgb(10,202,219); }

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

border-color css

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

 span { border-color: rgb(10,202,219); }

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