#00DFED

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

Shades of Bright Turquoise #00DFED

Tints of Bright Turquoise #00DFED

Color information

#00DFED (or 0x00DFED) is unknown color: approx Bright Turquoise. HEX triplet: 00, DF and ED. RGB value is (0,223,237). Sum of RGB (Red+Green+Blue) = 0+223+237=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #00DFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFED is #FF2012. Grayscale: #9D9D9D. Windows color (decimal): -16719891 or 15589120. OLE color: 15589120.

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

Color convert

RGB0223237-
CMYK10.0600.07
HSL183.54º100%46.47%-
HSV(B)183.54º100%92.94%-
XYZ41.6758.8989.29-
YUV157.92172.6215.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 223 (87.5% from 255) = 48.48%
BLUE value IS 237 (92.97% from 255) = 51.52%
R=0%
G=48.48%
B=51.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal022323710.0600.07183.5410046.47
Hex0DFED64607b8642e
Octal033735514460727014456
Binary0110111111110110111001001100111101110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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