Html Css Color HEX #0ABEDF Dark Turquoise

📋 copy color: '#0ABEDF'

red 10 ◦ green 190 ◦ blue 223

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

Shades of Dark Turquoise #0ABEDF

Tints of Dark Turquoise #0ABEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 2.36%
G = 44.92%
B = 52.72%

CMYK

 C value IS 0.96

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0ABEDF (or 0x0ABEDF) is known color: Dark Turquoise. HEX triplet: 0A, BE and DF. RGB value is (10,190,223). Sum of RGB (Red+Green+Blue) = 10+190+223=423 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #0ABEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABEDF is #F54120. Grayscale: #8B8B8B. Windows color (decimal): -16072993 or 14663178. OLE color: 14663178.

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

Color convert

RGB 10 190 223 -
CMYK 0.96 0.15 0 0.13
HSL 189.3º 0.91% 0.46% -
HSV(B) 189.3º 0.96% 0.87% -
XYZ 31.86 42.22 76.28 -
YUV 139.94 174.87 35.32 -
System Red Green Blue C M Y K H S L
Decimal 10 190 223 0.96 0.15 0 0.13 189.3 0.91 0.46
Hex A BE DF 60 F 0 D BD 5B 2E
Octal 12 276 337 140 17 0 15 275 133 56
Binary 1010 10111110 11011111 1100000 1111 0 1101 10111101 1011011 101110

Color Harmonies of #0ABEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEDF

Black with #0ABEDF

Text Example


Text Example

White with #0ABEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,223); }

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

background-color css

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

 a { background-color: rgb(10,190,223); }

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

border-color css

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

 span { border-color: rgb(10,190,223); }

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