Html Css Color HEX #0AEFC0 Bright Turquoise

📋 copy color: '#0AEFC0'

red 10 ◦ green 239 ◦ blue 192

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

Shades of Bright Turquoise #0AEFC0

Tints of Bright Turquoise #0AEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.2%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 2.27%
G = 54.2%
B = 43.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#0AEFC0 (or 0x0AEFC0) is known color: Bright Turquoise. HEX triplet: 0A, EF and C0. RGB value is (10,239,192). Sum of RGB (Red+Green+Blue) = 10+239+192=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEFC0 is #F5103F. Grayscale: #A5A5A5. Windows color (decimal): -16060480 or 12644106. OLE color: 12644106.

HSL color Cylindrical-coordinate representation of color #0AEFC0: hue angle of 167.69º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEFC0 is Cyan = 0.96, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 239 192 -
CMYK 0.96 0 0.20 0.06
HSL 167.69º 0.92% 0.49% -
HSV(B) 167.69º 0.96% 0.94% -
XYZ 40.51 65.6 60.4 -
YUV 165.17 143.13 17.32 -
System Red Green Blue C M Y K H S L
Decimal 10 239 192 0.96 0 0.20 0.06 167.69 0.92 0.49
Hex A EF C0 60 0 14 6 A8 5C 31
Octal 12 357 300 140 0 24 6 250 134 61
Binary 1010 11101111 11000000 1100000 0 10100 110 10101000 1011100 110001

Color Harmonies of #0AEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEFC0

Black with #0AEFC0

Text Example


Text Example

White with #0AEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,192); }

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

background-color css

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

 a { background-color: rgb(10,239,192); }

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

border-color css

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

 span { border-color: rgb(10,239,192); }

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