#00DCED

Color #00DCED Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #00DCED

Tints of Bright Turquoise #00DCED

Color information

#00DCED (or 0x00DCED) is unknown color: approx Bright Turquoise. HEX triplet: 00, DC and ED. RGB value is (0,220,237). Sum of RGB (Red+Green+Blue) = 0+220+237=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #00DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DCED is #FF2312. Grayscale: #9B9B9B. Windows color (decimal): -16720659 or 15588352. OLE color: 15588352.

HSL color Cylindrical-coordinate representation of color #00DCED: hue angle of 184.3º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DCED is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB0220237-
CMYK10.0700.07
HSL184.3º100%46.47%-
HSV(B)184.3º100%92.94%-
XYZ40.8857.389.03-
YUV156.16173.6116.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 237 (92.97% from 255) = 51.86%
R=0%
G=48.14%
B=51.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal022023710.0700.07184.310046.47
Hex0DCED64707b8642e
Octal033435514470727014456
Binary0110111001110110111001001110111101110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00DCED;
 }
 .AnyTagClassName
 {
   color: #00DCED;
 }
</style>
background-color css

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

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

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

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

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

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