#00D7ED

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

Shades of Bright Turquoise #00D7ED

Tints of Bright Turquoise #00D7ED

Color information

#00D7ED (or 0x00D7ED) is unknown color: approx Bright Turquoise. HEX triplet: 00, D7 and ED. RGB value is (0,215,237). Sum of RGB (Red+Green+Blue) = 0+215+237=452 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #00D7ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D7ED is #FF2812. Grayscale: #989898. Windows color (decimal): -16721939 or 15587072. OLE color: 15587072.

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

Color convert

RGB0215237-
CMYK10.0900.07
HSL185.57º100%46.47%-
HSV(B)185.57º100%92.94%-
XYZ39.5954.7288.6-
YUV153.22175.2718.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 215 (84.38% from 255) = 47.57%
BLUE value IS 237 (92.97% from 255) = 52.43%
R=0%
G=47.57%
B=52.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal021523710.0900.07185.5710046.47
Hex0D7ED64907ba642e
Octal0327355144110727214456
Binary01101011111101101110010010010111101110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00D7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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