#00BFDF

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

Shades of Dark Turquoise #00BFDF

Tints of Dark Turquoise #00BFDF

Color information

#00BFDF (or 0x00BFDF) is unknown color: approx Dark Turquoise. HEX triplet: 00, BF and DF. RGB value is (0,191,223). Sum of RGB (Red+Green+Blue) = 0+191+223=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #00BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFDF is #FF4020. Grayscale: #898989. Windows color (decimal): -16728097 or 14663424. OLE color: 14663424.

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

Color convert

RGB0191223-
CMYK10.1400.13
HSL188.61º100%43.73%-
HSV(B)188.61º100%87.45%-
XYZ31.9542.5976.35-
YUV137.54176.2229.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 191 (75% from 255) = 46.14%
BLUE value IS 223 (87.5% from 255) = 53.86%
R=0%
G=46.14%
B=53.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal019122310.1400.13188.6110043.73
Hex0BFDF64E0Dbd642c
Octal02773371441601527514454
Binary010111111110111111100100111001101101111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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