Html Css Color HEX #0ADBEB Bright Turquoise

📋 copy color: '#0ADBEB'

red 10 ◦ green 219 ◦ blue 235

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

Shades of Bright Turquoise #0ADBEB

Tints of Bright Turquoise #0ADBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 2.16%
G = 47.2%
B = 50.65%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0ADBEB (or 0x0ADBEB) is known color: Bright Turquoise. HEX triplet: 0A, DB and EB. RGB value is (10,219,235). Sum of RGB (Red+Green+Blue) = 10+219+235=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ADBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBEB is #F52414. Grayscale: #9E9E9E. Windows color (decimal): -16065557 or 15457034. OLE color: 15457034.

HSL color Cylindrical-coordinate representation of color #0ADBEB: hue angle of 184.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADBEB is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 10 219 235 -
CMYK 0.96 0.07 0 0.08
HSL 184.27º 0.92% 0.48% -
HSV(B) 184.27º 0.96% 0.92% -
XYZ 40.45 56.73 87.41 -
YUV 158.33 171.26 22.2 -
System Red Green Blue C M Y K H S L
Decimal 10 219 235 0.96 0.07 0 0.08 184.27 0.92 0.48
Hex A DB EB 60 7 0 8 B8 5C 30
Octal 12 333 353 140 7 0 10 270 134 60
Binary 1010 11011011 11101011 1100000 111 0 1000 10111000 1011100 110000

Color Harmonies of #0ADBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBEB

Black with #0ADBEB

Text Example


Text Example

White with #0ADBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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