Html Css Color HEX #0ADAE5 Bright Turquoise

📋 copy color: '#0ADAE5'

red 10 ◦ green 218 ◦ blue 229

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

Shades of Bright Turquoise #0ADAE5

Tints of Bright Turquoise #0ADAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.11%

R = 2.19%
G = 47.7%
B = 50.11%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0ADAE5 (or 0x0ADAE5) is known color: Bright Turquoise. HEX triplet: 0A, DA and E5. RGB value is (10,218,229). Sum of RGB (Red+Green+Blue) = 10+218+229=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #0ADAE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADAE5 is #F5251A. Grayscale: #9C9C9C. Windows color (decimal): -16065819 or 15063562. OLE color: 15063562.

HSL color Cylindrical-coordinate representation of color #0ADAE5: hue angle of 183.01º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADAE5 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 10 218 229 -
CMYK 0.96 0.05 0 0.10
HSL 183.01º 0.92% 0.47% -
HSV(B) 183.01º 0.96% 0.9% -
XYZ 39.34 55.86 82.84 -
YUV 157.06 168.59 23.11 -
System Red Green Blue C M Y K H S L
Decimal 10 218 229 0.96 0.05 0 0.10 183.01 0.92 0.47
Hex A DA E5 60 5 0 A B7 5C 2F
Octal 12 332 345 140 5 0 12 267 134 57
Binary 1010 11011010 11100101 1100000 101 0 1010 10110111 1011100 101111

Color Harmonies of #0ADAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADAE5

Black with #0ADAE5

Text Example


Text Example

White with #0ADAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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