Html Css Color HEX #0AEECC Bright Turquoise

📋 copy color: '#0AEECC'

red 10 ◦ green 238 ◦ blue 204

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

Shades of Bright Turquoise #0AEECC

Tints of Bright Turquoise #0AEECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 2.21%
G = 52.65%
B = 45.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#0AEECC (or 0x0AEECC) is known color: Bright Turquoise. HEX triplet: 0A, EE and CC. RGB value is (10,238,204). Sum of RGB (Red+Green+Blue) = 10+238+204=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AEECC is #F51133. Grayscale: #A5A5A5. Windows color (decimal): -16060724 or 13430282. OLE color: 13430282.

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

Color convert

RGB 10 238 204 -
CMYK 0.96 0 0.14 0.07
HSL 171.05º 0.92% 0.49% -
HSV(B) 171.05º 0.96% 0.93% -
XYZ 41.6 65.57 67.59 -
YUV 165.95 149.46 16.76 -
System Red Green Blue C M Y K H S L
Decimal 10 238 204 0.96 0 0.14 0.07 171.05 0.92 0.49
Hex A EE CC 60 0 E 7 AB 5C 31
Octal 12 356 314 140 0 16 7 253 134 61
Binary 1010 11101110 11001100 1100000 0 1110 111 10101011 1011100 110001

Color Harmonies of #0AEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEECC

Black with #0AEECC

Text Example


Text Example

White with #0AEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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