Html Css Color HEX #0AFBDC Bright Turquoise

📋 copy color: '#0AFBDC'

red 10 ◦ green 251 ◦ blue 220

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

Shades of Bright Turquoise #0AFBDC

Tints of Bright Turquoise #0AFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.18%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 2.08%
G = 52.18%
B = 45.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#0AFBDC (or 0x0AFBDC) is known color: Bright Turquoise. HEX triplet: 0A, FB and DC. RGB value is (10,251,220). Sum of RGB (Red+Green+Blue) = 10+251+220=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBDC is #F50423. Grayscale: #AFAFAF. Windows color (decimal): -16057380 or 14482186. OLE color: 14482186.

HSL color Cylindrical-coordinate representation of color #0AFBDC: hue angle of 172.28º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFBDC is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 251 220 -
CMYK 0.96 0 0.12 0.02
HSL 172.28º 0.97% 0.51% -
HSV(B) 172.28º 0.96% 0.98% -
XYZ 47.54 74.23 79.53 -
YUV 175.41 153.16 10.02 -
System Red Green Blue C M Y K H S L
Decimal 10 251 220 0.96 0 0.12 0.02 172.28 0.97 0.51
Hex A FB DC 60 0 C 2 AC 61 33
Octal 12 373 334 140 0 14 2 254 141 63
Binary 1010 11111011 11011100 1100000 0 1100 10 10101100 1100001 110011

Color Harmonies of #0AFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBDC

Black with #0AFBDC

Text Example


Text Example

White with #0AFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,251,220); }

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

background-color css

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

 a { background-color: rgb(10,251,220); }

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

border-color css

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

 span { border-color: rgb(10,251,220); }

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