Html Css Color HEX #0ADBE6 Bright Turquoise

📋 copy color: '#0ADBE6'

red 10 ◦ green 219 ◦ blue 230

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

Shades of Bright Turquoise #0ADBE6

Tints of Bright Turquoise #0ADBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 2.18%
G = 47.71%
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

#0ADBE6 (or 0x0ADBE6) is known color: Bright Turquoise. HEX triplet: 0A, DB and E6. RGB value is (10,219,230). Sum of RGB (Red+Green+Blue) = 10+219+230=459 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #0ADBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBE6 is #F52419. Grayscale: #9D9D9D. Windows color (decimal): -16065562 or 15129354. OLE color: 15129354.

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

Color convert

RGB 10 219 230 -
CMYK 0.96 0.05 0 0.10
HSL 183º 0.92% 0.47% -
HSV(B) 183º 0.96% 0.9% -
XYZ 39.74 56.44 83.66 -
YUV 157.76 168.76 22.61 -
System Red Green Blue C M Y K H S L
Decimal 10 219 230 0.96 0.05 0 0.10 183 0.92 0.47
Hex A DB E6 60 5 0 A B7 5C 2F
Octal 12 333 346 140 5 0 12 267 134 57
Binary 1010 11011011 11100110 1100000 101 0 1010 10110111 1011100 101111

Color Harmonies of #0ADBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBE6

Black with #0ADBE6

Text Example


Text Example

White with #0ADBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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