Html Css Color HEX #0AFFCE Bright Turquoise

📋 copy color: '#0AFFCE'

red 10 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #0AFFCE

Tints of Bright Turquoise #0AFFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 54.14%

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

R = 2.12%
G = 54.14%
B = 43.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#0AFFCE (or 0x0AFFCE) is known color: Bright Turquoise. HEX triplet: 0A, FF and CE. RGB value is (10,255,206). Sum of RGB (Red+Green+Blue) = 10+255+206=471 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFFCE is #F50031. Grayscale: #B0B0B0. Windows color (decimal): -16056370 or 13565706. OLE color: 13565706.

HSL color Cylindrical-coordinate representation of color #0AFFCE: hue angle of 168º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFCE is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 206 -
CMYK 0.96 0 0.19 0
HSL 168º 1% 0.52% -
HSV(B) 168º 0.96% 1% -
XYZ 47.03 76.04 70.59 -
YUV 176.16 144.83 9.48 -
System Red Green Blue C M Y K H S L
Decimal 10 255 206 0.96 0 0.19 0 168 1 0.52
Hex A FF CE 60 0 13 0 A8 64 34
Octal 12 377 316 140 0 23 0 250 144 64
Binary 1010 11111111 11001110 1100000 0 10011 0 10101000 1100100 110100

Color Harmonies of #0AFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFCE

Black with #0AFFCE

Text Example


Text Example

White with #0AFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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