Html Css Color HEX #0AECC9 Bright Turquoise

📋 copy color: '#0AECC9'

red 10 ◦ green 236 ◦ blue 201

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

Shades of Bright Turquoise #0AECC9

Tints of Bright Turquoise #0AECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 52.8%

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 2.24%
G = 52.8%
B = 44.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#0AECC9 (or 0x0AECC9) is known color: Bright Turquoise. HEX triplet: 0A, EC and C9. RGB value is (10,236,201). Sum of RGB (Red+Green+Blue) = 10+236+201=447 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.24% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECC9 is #F51336. Grayscale: #A4A4A4. Windows color (decimal): -16061239 or 13233162. OLE color: 13233162.

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

Color convert

RGB 10 236 201 -
CMYK 0.96 0 0.15 0.07
HSL 170.71º 0.92% 0.48% -
HSV(B) 170.71º 0.96% 0.93% -
XYZ 40.66 64.27 65.52 -
YUV 164.44 148.63 17.85 -
System Red Green Blue C M Y K H S L
Decimal 10 236 201 0.96 0 0.15 0.07 170.71 0.92 0.48
Hex A EC C9 60 0 F 7 AB 5C 30
Octal 12 354 311 140 0 17 7 253 134 60
Binary 1010 11101100 11001001 1100000 0 1111 111 10101011 1011100 110000

Color Harmonies of #0AECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AECC9

Black with #0AECC9

Text Example


Text Example

White with #0AECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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