Html Css Color HEX #0AEFE5 Bright Turquoise

📋 copy color: '#0AEFE5'

red 10 ◦ green 239 ◦ blue 229

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

Shades of Bright Turquoise #0AEFE5

Tints of Bright Turquoise #0AEFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.91%

R = 2.09%
G = 50%
B = 47.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#0AEFE5 (or 0x0AEFE5) is known color: Bright Turquoise. HEX triplet: 0A, EF and E5. RGB value is (10,239,229). Sum of RGB (Red+Green+Blue) = 10+239+229=478 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.09% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEFE5 is #F5101A. Grayscale: #A9A9A9. Windows color (decimal): -16060443 or 15068938. OLE color: 15068938.

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

Color convert

RGB 10 239 229 -
CMYK 0.96 0 0.04 0.06
HSL 177.38º 0.92% 0.49% -
HSV(B) 177.38º 0.96% 0.94% -
XYZ 45.13 67.45 84.77 -
YUV 169.39 161.63 14.31 -
System Red Green Blue C M Y K H S L
Decimal 10 239 229 0.96 0 0.04 0.06 177.38 0.92 0.49
Hex A EF E5 60 0 4 6 B1 5C 31
Octal 12 357 345 140 0 4 6 261 134 61
Binary 1010 11101111 11100101 1100000 0 100 110 10110001 1011100 110001

Color Harmonies of #0AEFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEFE5

Black with #0AEFE5

Text Example


Text Example

White with #0AEFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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