Html Css Color HEX #0AECDF Bright Turquoise

📋 copy color: '#0AECDF'

red 10 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #0AECDF

Tints of Bright Turquoise #0AECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 2.13%
G = 50.32%
B = 47.55%

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

#0AECDF (or 0x0AECDF) is known color: Bright Turquoise. HEX triplet: 0A, EC and DF. RGB value is (10,236,223). Sum of RGB (Red+Green+Blue) = 10+236+223=469 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #0AECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AECDF is #F51320. Grayscale: #A6A6A6. Windows color (decimal): -16061217 or 14674954. OLE color: 14674954.

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

Color convert

RGB 10 236 223 -
CMYK 0.96 0 0.06 0.07
HSL 176.55º 0.92% 0.48% -
HSV(B) 176.55º 0.96% 0.93% -
XYZ 43.44 65.38 80.14 -
YUV 166.94 159.63 16.06 -
System Red Green Blue C M Y K H S L
Decimal 10 236 223 0.96 0 0.06 0.07 176.55 0.92 0.48
Hex A EC DF 60 0 6 7 B1 5C 30
Octal 12 354 337 140 0 6 7 261 134 60
Binary 1010 11101100 11011111 1100000 0 110 111 10110001 1011100 110000

Color Harmonies of #0AECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AECDF

Black with #0AECDF

Text Example


Text Example

White with #0AECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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