Html Css Color HEX #0AECDD Bright Turquoise

📋 copy color: '#0AECDD'

red 10 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #0AECDD

Tints of Bright Turquoise #0AECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 2.14%
G = 50.54%
B = 47.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#0AECDD (or 0x0AECDD) is known color: Bright Turquoise. HEX triplet: 0A, EC and DD. RGB value is (10,236,221). Sum of RGB (Red+Green+Blue) = 10+236+221=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECDD is #F51322. Grayscale: #A6A6A6. Windows color (decimal): -16061219 or 14543882. OLE color: 14543882.

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

Color convert

RGB 10 236 221 -
CMYK 0.96 0 0.06 0.07
HSL 176.02º 0.92% 0.48% -
HSV(B) 176.02º 0.96% 0.93% -
XYZ 43.17 65.28 78.73 -
YUV 166.72 158.63 16.22 -
System Red Green Blue C M Y K H S L
Decimal 10 236 221 0.96 0 0.06 0.07 176.02 0.92 0.48
Hex A EC DD 60 0 6 7 B0 5C 30
Octal 12 354 335 140 0 6 7 260 134 60
Binary 1010 11101100 11011101 1100000 0 110 111 10110000 1011100 110000

Color Harmonies of #0AECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AECDD

Black with #0AECDD

Text Example


Text Example

White with #0AECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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