Html Css Color HEX #0AEEE4 Bright Turquoise

📋 copy color: '#0AEEE4'

red 10 ◦ green 238 ◦ blue 228

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

Shades of Bright Turquoise #0AEEE4

Tints of Bright Turquoise #0AEEE4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50%

 BLUE value IS 228 (89.45% from 255) = 47.9%

R = 2.1%
G = 50%
B = 47.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#0AEEE4 (or 0x0AEEE4) is known color: Bright Turquoise. HEX triplet: 0A, EE and E4. RGB value is (10,238,228). Sum of RGB (Red+Green+Blue) = 10+238+228=476 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.10% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEEE4 is #F5111B. Grayscale: #A8A8A8. Windows color (decimal): -16060700 or 15003146. OLE color: 15003146.

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

Color convert

RGB 10 238 228 -
CMYK 0.96 0 0.04 0.07
HSL 177.37º 0.92% 0.49% -
HSV(B) 177.37º 0.96% 0.93% -
XYZ 44.7 66.82 83.94 -
YUV 168.69 161.46 14.81 -
System Red Green Blue C M Y K H S L
Decimal 10 238 228 0.96 0 0.04 0.07 177.37 0.92 0.49
Hex A EE E4 60 0 4 7 B1 5C 31
Octal 12 356 344 140 0 4 7 261 134 61
Binary 1010 11101110 11100100 1100000 0 100 111 10110001 1011100 110001

Color Harmonies of #0AEEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEEE4

Black with #0AEEE4

Text Example


Text Example

White with #0AEEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,238,228); }

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

background-color css

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

 a { background-color: rgb(10,238,228); }

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

border-color css

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

 span { border-color: rgb(10,238,228); }

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