Html Css Color HEX #0ADDEE Bright Turquoise

📋 copy color: '#0ADDEE'

red 10 ◦ green 221 ◦ blue 238

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

Shades of Bright Turquoise #0ADDEE

Tints of Bright Turquoise #0ADDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 2.13%
G = 47.12%
B = 50.75%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0ADDEE (or 0x0ADDEE) is known color: Bright Turquoise. HEX triplet: 0A, DD and EE. RGB value is (10,221,238). Sum of RGB (Red+Green+Blue) = 10+221+238=469 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #0ADDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADDEE is #F52211. Grayscale: #9F9F9F. Windows color (decimal): -16065042 or 15654154. OLE color: 15654154.

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

Color convert

RGB 10 221 238 -
CMYK 0.96 0.07 0 0.07
HSL 184.47º 0.92% 0.49% -
HSV(B) 184.47º 0.96% 0.93% -
XYZ 41.41 57.95 89.89 -
YUV 159.85 172.1 21.12 -
System Red Green Blue C M Y K H S L
Decimal 10 221 238 0.96 0.07 0 0.07 184.47 0.92 0.49
Hex A DD EE 60 7 0 7 B8 5C 31
Octal 12 335 356 140 7 0 7 270 134 61
Binary 1010 11011101 11101110 1100000 111 0 111 10111000 1011100 110001

Color Harmonies of #0ADDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ADDEE

Black with #0ADDEE

Text Example


Text Example

White with #0ADDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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