Html Css Color HEX #0ADBE4 Bright Turquoise

📋 copy color: '#0ADBE4'

red 10 ◦ green 219 ◦ blue 228

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

Shades of Bright Turquoise #0ADBE4

Tints of Bright Turquoise #0ADBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.89%

R = 2.19%
G = 47.92%
B = 49.89%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0ADBE4 (or 0x0ADBE4) is known color: Bright Turquoise. HEX triplet: 0A, DB and E4. RGB value is (10,219,228). Sum of RGB (Red+Green+Blue) = 10+219+228=457 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.19% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #0ADBE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ADBE4 is #F5241B. Grayscale: #9D9D9D. Windows color (decimal): -16065564 or 14998282. OLE color: 14998282.

HSL color Cylindrical-coordinate representation of color #0ADBE4: hue angle of 182.48º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ADBE4 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 219 228 -
CMYK 0.96 0.04 0 0.11
HSL 182.48º 0.92% 0.47% -
HSV(B) 182.48º 0.96% 0.89% -
XYZ 39.46 56.33 82.19 -
YUV 157.54 167.76 22.77 -
System Red Green Blue C M Y K H S L
Decimal 10 219 228 0.96 0.04 0 0.11 182.48 0.92 0.47
Hex A DB E4 60 4 0 B B6 5C 2F
Octal 12 333 344 140 4 0 13 266 134 57
Binary 1010 11011011 11100100 1100000 100 0 1011 10110110 1011100 101111

Color Harmonies of #0ADBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADBE4

Black with #0ADBE4

Text Example


Text Example

White with #0ADBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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