Html Css Color HEX #0AFEDF Bright Turquoise

📋 copy color: '#0AFEDF'

red 10 ◦ green 254 ◦ blue 223

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

Shades of Bright Turquoise #0AFEDF

Tints of Bright Turquoise #0AFEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

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

R = 2.05%
G = 52.16%
B = 45.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#0AFEDF (or 0x0AFEDF) is known color: Bright Turquoise. HEX triplet: 0A, FE and DF. RGB value is (10,254,223). Sum of RGB (Red+Green+Blue) = 10+254+223=487 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.05% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEDF is #F50120. Grayscale: #B1B1B1. Windows color (decimal): -16056609 or 14679562. OLE color: 14679562.

HSL color Cylindrical-coordinate representation of color #0AFEDF: hue angle of 172.38º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFEDF is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 254 223 -
CMYK 0.96 0 0.12 0.00
HSL 172.38º 0.99% 0.52% -
HSV(B) 172.38º 0.96% 1% -
XYZ 48.89 76.28 81.96 -
YUV 177.51 153.66 8.52 -
System Red Green Blue C M Y K H S L
Decimal 10 254 223 0.96 0 0.12 0.00 172.38 0.99 0.52
Hex A FE DF 60 0 C 0 AC 63 34
Octal 12 376 337 140 0 14 0 254 143 64
Binary 1010 11111110 11011111 1100000 0 1100 0 10101100 1100011 110100

Color Harmonies of #0AFEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFEDF

Black with #0AFEDF

Text Example


Text Example

White with #0AFEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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