Html Css Color HEX #0AFBDB Bright Turquoise

📋 copy color: '#0AFBDB'

red 10 ◦ green 251 ◦ blue 219

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

Shades of Bright Turquoise #0AFBDB

Tints of Bright Turquoise #0AFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 2.08%
G = 52.29%
B = 45.63%

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

#0AFBDB (or 0x0AFBDB) is known color: Bright Turquoise. HEX triplet: 0A, FB and DB. RGB value is (10,251,219). Sum of RGB (Red+Green+Blue) = 10+251+219=480 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBDB is #F50424. Grayscale: #AFAFAF. Windows color (decimal): -16057381 or 14416650. OLE color: 14416650.

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

Color convert

RGB 10 251 219 -
CMYK 0.96 0 0.13 0.02
HSL 172.03º 0.97% 0.51% -
HSV(B) 172.03º 0.96% 0.98% -
XYZ 47.41 74.17 78.84 -
YUV 175.29 152.66 10.1 -
System Red Green Blue C M Y K H S L
Decimal 10 251 219 0.96 0 0.13 0.02 172.03 0.97 0.51
Hex A FB DB 60 0 D 2 AC 61 33
Octal 12 373 333 140 0 15 2 254 141 63
Binary 1010 11111011 11011011 1100000 0 1101 10 10101100 1100001 110011

Color Harmonies of #0AFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBDB

Black with #0AFBDB

Text Example


Text Example

White with #0AFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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