Html Css Color HEX #00DDF6 Bright Turquoise

📋 copy color: '#00DDF6'

red 0 ◦ green 221 ◦ blue 246

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

Shades of Bright Turquoise #00DDF6

Tints of Bright Turquoise #00DDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.68%

R = 0%
G = 47.32%
B = 52.68%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#00DDF6 (or 0x00DDF6) is known color: Bright Turquoise. HEX triplet: 00, DD and F6. RGB value is (0,221,246). Sum of RGB (Red+Green+Blue) = 0+221+246=467 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #00DDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDF6 is #FF2209. Grayscale: #9D9D9D. Windows color (decimal): -16720394 or 16178432. OLE color: 16178432.

HSL color Cylindrical-coordinate representation of color #00DDF6: hue angle of 186.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDF6 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 0 221 246 -
CMYK 1 0.10 0 0.04
HSL 186.1º 1% 0.48% -
HSV(B) 186.1º 1% 0.96% -
XYZ 42.49 58.37 96.22 -
YUV 157.77 177.78 15.47 -
System Red Green Blue C M Y K H S L
Decimal 0 221 246 1 0.10 0 0.04 186.1 1 0.48
Hex 0 DD F6 64 A 0 4 BA 64 30
Octal 0 335 366 144 12 0 4 272 144 60
Binary 0 11011101 11110110 1100100 1010 0 100 10111010 1100100 110000

Color Harmonies of #00DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDF6

Black with #00DDF6

Text Example


Text Example

White with #00DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,221,246); }

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

background-color css

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

 a { background-color: rgb(0,221,246); }

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

border-color css

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

 span { border-color: rgb(0,221,246); }

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