Html Css Color HEX #0AFFDF Bright Turquoise

📋 copy color: '#0AFFDF'

red 10 ◦ green 255 ◦ blue 223

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

Shades of Bright Turquoise #0AFFDF

Tints of Bright Turquoise #0AFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 52.25%

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

R = 2.05%
G = 52.25%
B = 45.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#0AFFDF (or 0x0AFFDF) is known color: Bright Turquoise. HEX triplet: 0A, FF and DF. RGB value is (10,255,223). Sum of RGB (Red+Green+Blue) = 10+255+223=488 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.05% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFDF is #F50020. Grayscale: #B1B1B1. Windows color (decimal): -16056353 or 14679818. OLE color: 14679818.

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

Color convert

RGB 10 255 223 -
CMYK 0.96 0 0.13 0
HSL 172.16º 1% 0.52% -
HSV(B) 172.16º 0.96% 1% -
XYZ 49.2 76.91 82.06 -
YUV 178.1 153.33 8.1 -
System Red Green Blue C M Y K H S L
Decimal 10 255 223 0.96 0 0.13 0 172.16 1 0.52
Hex A FF DF 60 0 D 0 AC 64 34
Octal 12 377 337 140 0 15 0 254 144 64
Binary 1010 11111111 11011111 1100000 0 1101 0 10101100 1100100 110100

Color Harmonies of #0AFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFDF

Black with #0AFFDF

Text Example


Text Example

White with #0AFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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