Html Css Color HEX #0ADEE4 Bright Turquoise

📋 copy color: '#0ADEE4'

red 10 ◦ green 222 ◦ blue 228

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

Shades of Bright Turquoise #0ADEE4

Tints of Bright Turquoise #0ADEE4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.26%

 BLUE value IS 228 (89.45% from 255) = 49.57%

R = 2.17%
G = 48.26%
B = 49.57%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0ADEE4 (or 0x0ADEE4) is known color: Bright Turquoise. HEX triplet: 0A, DE and E4. RGB value is (10,222,228). Sum of RGB (Red+Green+Blue) = 10+222+228=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #0ADEE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADEE4 is #F5211B. Grayscale: #9F9F9F. Windows color (decimal): -16064796 or 14999050. OLE color: 14999050.

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

Color convert

RGB 10 222 228 -
CMYK 0.96 0.03 0 0.11
HSL 181.65º 0.92% 0.47% -
HSV(B) 181.65º 0.96% 0.89% -
XYZ 40.25 57.91 82.45 -
YUV 159.3 166.76 21.51 -
System Red Green Blue C M Y K H S L
Decimal 10 222 228 0.96 0.03 0 0.11 181.65 0.92 0.47
Hex A DE E4 60 3 0 B B6 5C 2F
Octal 12 336 344 140 3 0 13 266 134 57
Binary 1010 11011110 11100100 1100000 11 0 1011 10110110 1011100 101111

Color Harmonies of #0ADEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADEE4

Black with #0ADEE4

Text Example


Text Example

White with #0ADEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,222,228); }

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

background-color css

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

 a { background-color: rgb(10,222,228); }

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

border-color css

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

 span { border-color: rgb(10,222,228); }

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