Html Css Color HEX #0AEEEC Bright Turquoise

📋 copy color: '#0AEEEC'

red 10 ◦ green 238 ◦ blue 236

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

Shades of Bright Turquoise #0AEEEC

Tints of Bright Turquoise #0AEEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 2.07%
G = 49.17%
B = 48.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#0AEEEC (or 0x0AEEEC) is known color: Bright Turquoise. HEX triplet: 0A, EE and EC. RGB value is (10,238,236). Sum of RGB (Red+Green+Blue) = 10+238+236=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AEEEC is #F51113. Grayscale: #A9A9A9. Windows color (decimal): -16060692 or 15527434. OLE color: 15527434.

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

Color convert

RGB 10 238 236 -
CMYK 0.96 0 0.01 0.07
HSL 179.47º 0.92% 0.49% -
HSV(B) 179.47º 0.96% 0.93% -
XYZ 45.84 67.27 89.93 -
YUV 169.6 165.46 14.16 -
System Red Green Blue C M Y K H S L
Decimal 10 238 236 0.96 0 0.01 0.07 179.47 0.92 0.49
Hex A EE EC 60 0 1 7 B3 5C 31
Octal 12 356 354 140 0 1 7 263 134 61
Binary 1010 11101110 11101100 1100000 0 1 111 10110011 1011100 110001

Color Harmonies of #0AEEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEEEC

Black with #0AEEEC

Text Example


Text Example

White with #0AEEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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