Html Css Color HEX #0ADBE5 Bright Turquoise

📋 copy color: '#0ADBE5'

red 10 ◦ green 219 ◦ blue 229

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

Shades of Bright Turquoise #0ADBE5

Tints of Bright Turquoise #0ADBE5

RGB

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

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

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

R = 2.18%
G = 47.82%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0ADBE5 (or 0x0ADBE5) is known color: Bright Turquoise. HEX triplet: 0A, DB and E5. RGB value is (10,219,229). Sum of RGB (Red+Green+Blue) = 10+219+229=458 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 229 (89.84% from 255 or 50% from 458); Max value from RGB is 229 - color contains mainly: blue. Hex color #0ADBE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBE5 is #F5241A. Grayscale: #9D9D9D. Windows color (decimal): -16065563 or 15063818. OLE color: 15063818.

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

Color convert

RGB 10 219 229 -
CMYK 0.96 0.04 0 0.10
HSL 182.74º 0.92% 0.47% -
HSV(B) 182.74º 0.96% 0.9% -
XYZ 39.6 56.38 82.92 -
YUV 157.65 168.26 22.69 -
System Red Green Blue C M Y K H S L
Decimal 10 219 229 0.96 0.04 0 0.10 182.74 0.92 0.47
Hex A DB E5 60 4 0 A B7 5C 2F
Octal 12 333 345 140 4 0 12 267 134 57
Binary 1010 11011011 11100101 1100000 100 0 1010 10110111 1011100 101111

Color Harmonies of #0ADBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBE5

Black with #0ADBE5

Text Example


Text Example

White with #0ADBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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