Html Css Color HEX #00DCDF Bright Turquoise

📋 copy color: '#00DCDF'

red 0 ◦ green 220 ◦ blue 223

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

Shades of Bright Turquoise #00DCDF

Tints of Bright Turquoise #00DCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.66%

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 0%
G = 49.66%
B = 50.34%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#00DCDF (or 0x00DCDF) is known color: Bright Turquoise. HEX triplet: 00, DC and DF. RGB value is (0,220,223). Sum of RGB (Red+Green+Blue) = 0+220+223=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #00DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DCDF is #FF2320. Grayscale: #9A9A9A. Windows color (decimal): -16720673 or 14670848. OLE color: 14670848.

HSL color Cylindrical-coordinate representation of color #00DCDF: hue angle of 180.81º 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 #00DCDF is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 220 223 -
CMYK 1 0.01 0 0.13
HSL 180.81º 1% 0.44% -
HSV(B) 180.81º 1% 0.87% -
XYZ 38.91 56.51 78.67 -
YUV 154.56 166.61 17.76 -
System Red Green Blue C M Y K H S L
Decimal 0 220 223 1 0.01 0 0.13 180.81 1 0.44
Hex 0 DC DF 64 1 0 D B5 64 2C
Octal 0 334 337 144 1 0 15 265 144 54
Binary 0 11011100 11011111 1100100 1 0 1101 10110101 1100100 101100

Color Harmonies of #00DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DCDF

Black with #00DCDF

Text Example


Text Example

White with #00DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,220,223); }

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

background-color css

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

 a { background-color: rgb(0,220,223); }

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

border-color css

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

 span { border-color: rgb(0,220,223); }

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