Html Css Color HEX #0AEFC4 Bright Turquoise

📋 copy color: '#0AEFC4'

red 10 ◦ green 239 ◦ blue 196

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

Shades of Bright Turquoise #0AEFC4

Tints of Bright Turquoise #0AEFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.04%

R = 2.25%
G = 53.71%
B = 44.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#0AEFC4 (or 0x0AEFC4) is known color: Bright Turquoise. HEX triplet: 0A, EF and C4. RGB value is (10,239,196). Sum of RGB (Red+Green+Blue) = 10+239+196=445 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.25% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEFC4 is #F5103B. Grayscale: #A5A5A5. Windows color (decimal): -16060476 or 12906250. OLE color: 12906250.

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

Color convert

RGB 10 239 196 -
CMYK 0.96 0 0.18 0.06
HSL 168.73º 0.92% 0.49% -
HSV(B) 168.73º 0.96% 0.94% -
XYZ 40.96 65.78 62.76 -
YUV 165.63 145.13 17 -
System Red Green Blue C M Y K H S L
Decimal 10 239 196 0.96 0 0.18 0.06 168.73 0.92 0.49
Hex A EF C4 60 0 12 6 A9 5C 31
Octal 12 357 304 140 0 22 6 251 134 61
Binary 1010 11101111 11000100 1100000 0 10010 110 10101001 1011100 110001

Color Harmonies of #0AEFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEFC4

Black with #0AEFC4

Text Example


Text Example

White with #0AEFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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