Html Css Color HEX #0AFBC3 Bright Turquoise

📋 copy color: '#0AFBC3'

red 10 ◦ green 251 ◦ blue 195

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

Shades of Bright Turquoise #0AFBC3

Tints of Bright Turquoise #0AFBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 2.19%
G = 55.04%
B = 42.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#0AFBC3 (or 0x0AFBC3) is known color: Bright Turquoise. HEX triplet: 0A, FB and C3. RGB value is (10,251,195). Sum of RGB (Red+Green+Blue) = 10+251+195=456 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBC3 is #F5043C. Grayscale: #ACACAC. Windows color (decimal): -16057405 or 12843786. OLE color: 12843786.

HSL color Cylindrical-coordinate representation of color #0AFBC3: hue angle of 166.06º 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 #0AFBC3 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 251 195 -
CMYK 0.96 0 0.22 0.02
HSL 166.06º 0.97% 0.51% -
HSV(B) 166.06º 0.96% 0.98% -
XYZ 44.47 73 63.38 -
YUV 172.56 140.66 12.05 -
System Red Green Blue C M Y K H S L
Decimal 10 251 195 0.96 0 0.22 0.02 166.06 0.97 0.51
Hex A FB C3 60 0 16 2 A6 61 33
Octal 12 373 303 140 0 26 2 246 141 63
Binary 1010 11111011 11000011 1100000 0 10110 10 10100110 1100001 110011

Color Harmonies of #0AFBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBC3

Black with #0AFBC3

Text Example


Text Example

White with #0AFBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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