Html Css Color HEX #0AFBDA Bright Turquoise

📋 copy color: '#0AFBDA'

red 10 ◦ green 251 ◦ blue 218

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

Shades of Bright Turquoise #0AFBDA

Tints of Bright Turquoise #0AFBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 2.09%
G = 52.4%
B = 45.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#0AFBDA (or 0x0AFBDA) is known color: Bright Turquoise. HEX triplet: 0A, FB and DA. RGB value is (10,251,218). Sum of RGB (Red+Green+Blue) = 10+251+218=479 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBDA is #F50425. Grayscale: #AFAFAF. Windows color (decimal): -16057382 or 14351114. OLE color: 14351114.

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

Color convert

RGB 10 251 218 -
CMYK 0.96 0 0.13 0.02
HSL 171.78º 0.97% 0.51% -
HSV(B) 171.78º 0.96% 0.98% -
XYZ 47.28 74.12 78.14 -
YUV 175.18 152.16 10.18 -
System Red Green Blue C M Y K H S L
Decimal 10 251 218 0.96 0 0.13 0.02 171.78 0.97 0.51
Hex A FB DA 60 0 D 2 AC 61 33
Octal 12 373 332 140 0 15 2 254 141 63
Binary 1010 11111011 11011010 1100000 0 1101 10 10101100 1100001 110011

Color Harmonies of #0AFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBDA

Black with #0AFBDA

Text Example


Text Example

White with #0AFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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