Html Css Color HEX #0AFBCE Bright Turquoise

📋 copy color: '#0AFBCE'

red 10 ◦ green 251 ◦ blue 206

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

Shades of Bright Turquoise #0AFBCE

Tints of Bright Turquoise #0AFBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 2.14%
G = 53.75%
B = 44.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#0AFBCE (or 0x0AFBCE) is known color: Bright Turquoise. HEX triplet: 0A, FB and CE. RGB value is (10,251,206). Sum of RGB (Red+Green+Blue) = 10+251+206=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBCE is #F50431. Grayscale: #ADADAD. Windows color (decimal): -16057394 or 13564682. OLE color: 13564682.

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

Color convert

RGB 10 251 206 -
CMYK 0.96 0 0.18 0.02
HSL 168.8º 0.97% 0.51% -
HSV(B) 168.8º 0.96% 0.98% -
XYZ 45.76 73.52 70.17 -
YUV 173.81 146.16 11.16 -
System Red Green Blue C M Y K H S L
Decimal 10 251 206 0.96 0 0.18 0.02 168.8 0.97 0.51
Hex A FB CE 60 0 12 2 A9 61 33
Octal 12 373 316 140 0 22 2 251 141 63
Binary 1010 11111011 11001110 1100000 0 10010 10 10101001 1100001 110011

Color Harmonies of #0AFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBCE

Black with #0AFBCE

Text Example


Text Example

White with #0AFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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