Html Css Color HEX #0ACBE0 Dark Turquoise

📋 copy color: '#0ACBE0'

red 10 ◦ green 203 ◦ blue 224

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

Shades of Dark Turquoise #0ACBE0

Tints of Dark Turquoise #0ACBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.45%

 BLUE value IS 224 (87.89% from 255) = 51.26%

R = 2.29%
G = 46.45%
B = 51.26%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0ACBE0 (or 0x0ACBE0) is known color: Dark Turquoise. HEX triplet: 0A, CB and E0. RGB value is (10,203,224). Sum of RGB (Red+Green+Blue) = 10+203+224=437 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 224 (87.89% from 255 or 51.26% from 437); Max value from RGB is 224 - color contains mainly: blue. Hex color #0ACBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACBE0 is #F5341F. Grayscale: #939393. Windows color (decimal): -16069664 or 14732042. OLE color: 14732042.

HSL color Cylindrical-coordinate representation of color #0ACBE0: hue angle of 185.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACBE0 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 203 224 -
CMYK 0.96 0.09 0 0.12
HSL 185.89º 0.91% 0.46% -
HSV(B) 185.89º 0.96% 0.88% -
XYZ 34.94 48.16 77.98 -
YUV 147.69 171.06 29.79 -
System Red Green Blue C M Y K H S L
Decimal 10 203 224 0.96 0.09 0 0.12 185.89 0.91 0.46
Hex A CB E0 60 9 0 C BA 5B 2E
Octal 12 313 340 140 11 0 14 272 133 56
Binary 1010 11001011 11100000 1100000 1001 0 1100 10111010 1011011 101110

Color Harmonies of #0ACBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACBE0

Black with #0ACBE0

Text Example


Text Example

White with #0ACBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,203,224); }

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

background-color css

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

 a { background-color: rgb(10,203,224); }

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

border-color css

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

 span { border-color: rgb(10,203,224); }

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