Html Css Color HEX #00DADE Bright Turquoise

📋 copy color: '#00DADE'

red 0 ◦ green 218 ◦ blue 222

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

Shades of Bright Turquoise #00DADE

Tints of Bright Turquoise #00DADE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 218 (85.55% from 255) = 49.55%

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 0%
G = 49.55%
B = 50.45%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00DADE (or 0x00DADE) is known color: Bright Turquoise. HEX triplet: 00, DA and DE. RGB value is (0,218,222). Sum of RGB (Red+Green+Blue) = 0+218+222=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #00DADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DADE is #FF2521. Grayscale: #999999. Windows color (decimal): -16721186 or 14604800. OLE color: 14604800.

HSL color Cylindrical-coordinate representation of color #00DADE: hue angle of 181.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DADE is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 218 222 -
CMYK 1 0.02 0 0.13
HSL 181.08º 1% 0.44% -
HSV(B) 181.08º 1% 0.87% -
XYZ 38.26 55.42 77.79 -
YUV 153.27 166.78 18.67 -
System Red Green Blue C M Y K H S L
Decimal 0 218 222 1 0.02 0 0.13 181.08 1 0.44
Hex 0 DA DE 64 2 0 D B5 64 2C
Octal 0 332 336 144 2 0 15 265 144 54
Binary 0 11011010 11011110 1100100 10 0 1101 10110101 1100100 101100

Color Harmonies of #00DADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DADE

Black with #00DADE

Text Example


Text Example

White with #00DADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DADE; }

 p { color: rgb(0,218,222); }

 H1.HeaderClassName
 {
   color: #00DADE;
 }
 .AnyTagClassName
 {
   color: #00DADE;
 }
</style>

background-color css

<style>
 a { background-color: #00DADE; }

 a { background-color: rgb(0,218,222); }

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

border-color css

<style>
 span { border-color: #00DADE; }

 span { border-color: rgb(0,218,222); }

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