#00BFDA

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

Shades of Dark Turquoise #00BFDA

Tints of Dark Turquoise #00BFDA

Color information

#00BFDA (or 0x00BFDA) is unknown color: approx Dark Turquoise. HEX triplet: 00, BF and DA. RGB value is (0,191,218). Sum of RGB (Red+Green+Blue) = 0+191+218=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #00BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFDA is #FF4025. Grayscale: #888888. Windows color (decimal): -16728102 or 14335744. OLE color: 14335744.

HSL color Cylindrical-coordinate representation of color #00BFDA: hue angle of 187.43º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFDA is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB0191218-
CMYK10.1200.15
HSL187.43º100%42.75%-
HSV(B)187.43º100%85.49%-
XYZ31.2942.3272.85-
YUV136.97173.7230.3-

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.70%
BLUE value IS 218 (85.55% from 255) = 53.30%
R=0%
G=46.70%
B=53.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal019121810.1200.15187.4310042.75
Hex0BFDA64C0Fbb642b
Octal02773321441401727314453
Binary010111111110110101100100110001111101110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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