Html Css Color HEX #0ADBE1 Bright Turquoise

📋 copy color: '#0ADBE1'

red 10 ◦ green 219 ◦ blue 225

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

Shades of Bright Turquoise #0ADBE1

Tints of Bright Turquoise #0ADBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 225 (88.28% from 255) = 49.56%

R = 2.2%
G = 48.24%
B = 49.56%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0ADBE1 (or 0x0ADBE1) is known color: Bright Turquoise. HEX triplet: 0A, DB and E1. RGB value is (10,219,225). Sum of RGB (Red+Green+Blue) = 10+219+225=454 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.20% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #0ADBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBE1 is #F5241E. Grayscale: #9C9C9C. Windows color (decimal): -16065567 or 14801674. OLE color: 14801674.

HSL color Cylindrical-coordinate representation of color #0ADBE1: hue angle of 181.67º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADBE1 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 219 225 -
CMYK 0.96 0.03 0 0.12
HSL 181.67º 0.91% 0.46% -
HSV(B) 181.67º 0.96% 0.88% -
XYZ 39.05 56.16 80.02 -
YUV 157.19 166.26 23.01 -
System Red Green Blue C M Y K H S L
Decimal 10 219 225 0.96 0.03 0 0.12 181.67 0.91 0.46
Hex A DB E1 60 3 0 C B6 5B 2E
Octal 12 333 341 140 3 0 14 266 133 56
Binary 1010 11011011 11100001 1100000 11 0 1100 10110110 1011011 101110

Color Harmonies of #0ADBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBE1

Black with #0ADBE1

Text Example


Text Example

White with #0ADBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,219,225); }

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

background-color css

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

 a { background-color: rgb(10,219,225); }

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

border-color css

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

 span { border-color: rgb(10,219,225); }

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