Html Css Color HEX #0ADBEE Bright Turquoise

📋 copy color: '#0ADBEE'

red 10 ◦ green 219 ◦ blue 238

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

Shades of Bright Turquoise #0ADBEE

Tints of Bright Turquoise #0ADBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 2.14%
G = 46.9%
B = 50.96%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ADBEE (or 0x0ADBEE) is known color: Bright Turquoise. HEX triplet: 0A, DB and EE. RGB value is (10,219,238). Sum of RGB (Red+Green+Blue) = 10+219+238=467 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #0ADBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADBEE is #F52411. Grayscale: #9E9E9E. Windows color (decimal): -16065554 or 15653642. OLE color: 15653642.

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

Color convert

RGB 10 219 238 -
CMYK 0.96 0.08 0 0.07
HSL 185º 0.92% 0.49% -
HSV(B) 185º 0.96% 0.93% -
XYZ 40.89 56.9 89.72 -
YUV 158.68 172.76 21.96 -
System Red Green Blue C M Y K H S L
Decimal 10 219 238 0.96 0.08 0 0.07 185 0.92 0.49
Hex A DB EE 60 8 0 7 B9 5C 31
Octal 12 333 356 140 10 0 7 271 134 61
Binary 1010 11011011 11101110 1100000 1000 0 111 10111001 1011100 110001

Color Harmonies of #0ADBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBEE

Black with #0ADBEE

Text Example


Text Example

White with #0ADBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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