Html Css Color HEX #0ADAED Bright Turquoise

📋 copy color: '#0ADAED'

red 10 ◦ green 218 ◦ blue 237

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

Shades of Bright Turquoise #0ADAED

Tints of Bright Turquoise #0ADAED

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.88%

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 2.15%
G = 46.88%
B = 50.97%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ADAED (or 0x0ADAED) is known color: Bright Turquoise. HEX triplet: 0A, DA and ED. RGB value is (10,218,237). Sum of RGB (Red+Green+Blue) = 10+218+237=465 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #0ADAED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAED is #F52512. Grayscale: #9D9D9D. Windows color (decimal): -16065811 or 15587850. OLE color: 15587850.

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

Color convert

RGB 10 218 237 -
CMYK 0.96 0.08 0 0.07
HSL 185.02º 0.92% 0.48% -
HSV(B) 185.02º 0.96% 0.93% -
XYZ 40.48 56.32 88.86 -
YUV 157.97 172.59 22.46 -
System Red Green Blue C M Y K H S L
Decimal 10 218 237 0.96 0.08 0 0.07 185.02 0.92 0.48
Hex A DA ED 60 8 0 7 B9 5C 30
Octal 12 332 355 140 10 0 7 271 134 60
Binary 1010 11011010 11101101 1100000 1000 0 111 10111001 1011100 110000

Color Harmonies of #0ADAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAED

Black with #0ADAED

Text Example


Text Example

White with #0ADAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,218,237); }

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

background-color css

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

 a { background-color: rgb(10,218,237); }

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

border-color css

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

 span { border-color: rgb(10,218,237); }

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